Get a specific domain by its ID.
curl --request GET \
--url https://api.useinvent.com/orgs/{org_id}/domains/{domain_id}{
"id": "<string>",
"hostname": "<string>",
"org_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Detailed information about an org domain
Unique identifier for the domain
The hostname string (e.g., example.com)
Identifier of the org that owns this domain
Timestamp when the domain was created
Timestamp when the domain was last updated
Was this page helpful?
curl --request GET \
--url https://api.useinvent.com/orgs/{org_id}/domains/{domain_id}{
"id": "<string>",
"hostname": "<string>",
"org_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}