GET
/
v1
/
projects
/
{id}
/
domains
/
{name}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token. More info here

Path Parameters

id
string
required
name
string
required

Response

200 - application/json
object
string

String representing the object's type. Objects of the same type share the same value

name
string

The domain name.

project_id
string

The Project ID.

dns_status
boolean

The DNS status of the domain.

ssl_status
boolean

The SSL status of the domain.

created_at
string

Time at which the object was created.

updated_at
string

Time at which the object was last updated.