GET /api/zones
OAuth AuthorizationRequired: dns_read
SCHEMA
zones
: Array
id
: Integername
: Stringcreated_at
: DateTimeupdated_at
: DateTimeGET /api/zones/{id}
OAuth AuthorizationRequired: dns_read
SCHEMA
zone
:
id
: Integername
: Stringrecords
: Object
A
: Array...
created_at
: DateTimeupdated_at
: DateTimeGET /api/zones/{zone-id}/collaborators
SCHEMA
collaborations
: Array
id
: Integercollaborator
: Object
id
: Integeremail
: Stringfull_name
: StringGET /api/zones/{zone-id}/collaborators/{id}
SCHEMA
collaboration
: Object
id
: Integerzone
: Object
id
: Integername
: Stringcollaborator
: Object
id
: Integeremail
: Stringfull_name
: Stringresource_owner
: Object
id
: Integeremail
: Stringfull_name
: StringPOST /api/zones/{zone-id}/collaborators
SCHEMA
collaborator
: Object
user_email
: StringDELETE /api/zones/{zone-id}/collaborators/{id}