post
https://alpha.emaktalk.com/api/v1/domains
This API allows authorized users to create a new domain. The domain creation process requires specific data to be provided in the request body. Only users with the necessary permissions can successfully create a domain.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Headers
Authorization: Bearer [Token]
Body:
| Key | Description | Required |
|---|---|---|
| name | The Name of the Domain to be Created | Yes |
| enabled | Indicates Whether the Domain is Enabled/Disabled (True/False) | Yes |
| description | A Brief Description of the Domain | Yes |
| type | The Type of the Domain (Direct/Resale) | Yes |
| language | The Default Language for the Domain (en-us / fr-ca) | Yes |
| timezone | The Time-zone Associated with the Domain | Yes |
| parent_uuid | The Unique Identifier of the Parent Domain | No |
| partner_id | The Unique Identifier of the Partner | No |
