Skip to main content
POST
Create Organisation Dns Record Api Endpoint

Authorizations

Authorization
string
header
required

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

Headers

authorization
string | null
x-ankra-organisation-id
string | null

Body

application/json
name
string
required
record_type
string
required
content
string
required
ttl
integer | null

Response

Successful Response

id
string
required
name
string
required
record_type
string
required
content
string
required
state
string
required
created_by
string
required
created_at
string
required
updated_at
string
required
ttl
integer | null
last_error
string | null