Response

Each API request you send generates a unique record token. This token is our internal identifier for your record and will be used in all future responses, including reports. It allows you to track individual records, especially in projects with multiple instances of the same phone number.

Fields

FieldTypeDescription
TokenguidThis is the unique ID in our system for your request.
SuccessbooleanDid we successfully process this request?
ResponseCodeintSee “Response Codese” below for a brief description.
MessagestringA brief description of what happened.
{
  "Token": "68F27199-0571-45A2-AEF8-EB4672AA3E81",
  "Success": true,
  "ResponseCode": 1,
  "Message": "Success"
}

Response Codes

Code(s)Description
0, 2, 11, 13, 20, 21An unknown error has occurred.
1This request has been successfully processed.
3The API token is invalid.
12The request error was not able to be logged.
17The project source is paused.