Skip to content

Retrieve a Pages domain

GET
/api/v4/projects/{id}/pages/domains/{domain}

Retrieves a Pages domain from a specified project. You must have permissions to view Pages domains.

id
required
One of:
string

The ID or URL-encoded path of the project owned by the authenticated user

domain
required
string

The domain

OK

Media type application/json
object
domain
string
url
string
verified
string
verification_code
string
enabled_until
string
auto_ssl_enabled
string
certificate
object
subject
string
expired
string
certificate
string
certificate_text
string
Example generated
{
"domain": "example",
"url": "example",
"verified": "example",
"verification_code": "example",
"enabled_until": "example",
"auto_ssl_enabled": "example",
"certificate": {
"subject": "example",
"expired": "example",
"certificate": "example",
"certificate_text": "example"
}
}

Bad Request

Not Found