POST
/
v1
/
projects
/
{id}
/
domains

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Body

application/json
name
string
required

The domain name.

Response

200 - application/json

A Domain is a hostname that you can use to access your project. Each domain belongs to a project.

created_at
string

Time at which the object was created.

dns_status
boolean

The DNS status of the domain.

name
string

The domain name.

object
string

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

project_id
string

The Project ID.

ssl_status
boolean

The SSL status of the domain.

updated_at
string

Time at which the object was last updated.