- Accounts
- Account Users
- AgentBots
- Users
- Inbox API
- Contacts API
- Conversations API
- Messages API
- Contact Labels
- CSAT Survey Page
- Account AgentBots
- Agents
- Canned Responses
- Canned Response
- Custom Attributes
- Contacts
- Contact
- Automation Rule
- Help Center
- Conversations
- Conversation Assignment
- Conversation Labels
- Inboxes
- Messages
- Integrations
- Profile
- Teams
- Custom Filters
- Webhooks
- Reports
Create an Account
POST
/platform/api/v1/accounts
Accounts
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/platform/api/v1/accounts' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{
"name": "string"
}'
Response Response Example
200 - Example 1
{
"id": 0,
"name": "string"
}
Request
Body Params application/json; charset=utf-8
name
stringÂ
optional
Examples
Responses
🟢200OK
application/json; charset=utf-8
Body
id
numberÂ
optional
name
stringÂ
optional
🟠401Unauthorized