Accounts
Guides
API Reference
Language:
Javascript
Creates a domain for a given instance.
URL Endpoint
https://accounts.api.zesty.io/v1/instances/8-xxxxxxxxx/domains
Authentication Header
Bearer YOUR_APP_SID
Request Body
{ "domain": "{{domain_name}}", "branch": "live" }
Gets a single instance's domain.
https://accounts.api.zesty.io/v1/instances/8-xxxxxxxxx/domains/{{domain_zuid}}
Gets all domains associated with an instance.
Updates a single domain.
Deletes a single instance's domain.