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

successboolean

Example response

{
  "success": true
}

Changes

Changed in 1 of the 2 revisions of this API.34

  • 5b82d4eb0d9f34See the full diff
    • the errors response's property type/format changed from object/ to array/ for status 401

      response-property-type-changed

    • the errors response's property type/format changed from object/ to array/ for status 422

      response-property-type-changed

    • the success response's property type/format changed from string/ to boolean/ for status 200

      response-property-type-changed

    • the at_communication/at_password request property's maxLength was set to 255

      request-property-max-length-set

    • the at_communication/at_subuser request property's maxLength was set to 255

      request-property-max-length-set

    • removed the optional property errors/error from the response with the 401 status

      response-optional-property-removed

    • removed the optional property errors/error from the response with the 422 status

      response-optional-property-removed

    This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog