latestOpenAPI 3.1.02026-08-0658107212.4 KB
5cea7e1d8f41
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
Example response
{
"success": "true"
}