AT Communication
Query parameters
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
}Changes
Changed in 1 of the 2 revisions of this API.34
- ▲
the
errorsresponse's property type/format changed fromobject/toarray/for status401response-property-type-changed
- ▲
the
errorsresponse's property type/format changed fromobject/toarray/for status422response-property-type-changed
- ▲
the
successresponse's property type/format changed fromstring/toboolean/for status200response-property-type-changed
- ●
the
at_communication/at_passwordrequest property's maxLength was set to255request-property-max-length-set
- ●
the
at_communication/at_subuserrequest property's maxLength was set to255request-property-max-length-set
- ●
removed the optional property
errors/errorfrom the response with the401statusresponse-optional-property-removed
- ●
removed the optional property
errors/errorfrom the response with the422statusresponse-optional-property-removed
This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲