v1

latestOpenAPI 3.1.02026-08-0658107212.4 KB
Accounts

AT Communication

post/api/v3/accounts/at_communication.json

Query parameters

api_keystring required
Example:YOUR_API_KEY

Your API Key.

Request body

Example request

{
  "at_communication": {
    "at_subuser": "500100200/1",
    "at_password": "password",
    "communication_type": "auto"
  }
}

Response

SUCCESS

successstring

Example response

{
  "success": "true"
}