List all Pages domains in a project
GET
/api/v4/projects/{id}/pages/domains
Lists all Pages domains in a specified project. You must have permissions to view Pages domains.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Query Parameters
Section titled “Query Parameters”page
integer
Current page number
Example
1per_page
integer
Number of items per page
Example
20Responses
Section titled “Responses”OK
Media typeapplication/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
Examplegenerated
{ "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