Error
A valid request URL is required to generate request examples{
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"type": "<string>",
"name": "<string>",
"attributes": {},
"id": "<string>",
"project": "<string>",
"registered_name": "<string>",
"is_default": true
}Domain Management
Get a project domain
Retrieve information about a single user-specified domain associated with a project.
GET
/
projects
/
{projectId}
/
domains
/
{domainId}
Error
A valid request URL is required to generate request examples{
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"type": "<string>",
"name": "<string>",
"attributes": {},
"id": "<string>",
"project": "<string>",
"registered_name": "<string>",
"is_default": true
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
default - application/json
- Option 1
- Option 2
The creation date
The update date
The type of domain
The domain name
Arbitrary attributes attached to this resource
Show child attributes
Show child attributes
The identifier of ProdDomainStorage
The name of the project
The claimed domain name
Is this domain default
Last modified on June 16, 2026
Was this page helpful?