Response Body
The response body provides the status and details for each request sent via the IntelSend API.
Parameters
| Name | Type | Sample Value | Description |
|---|---|---|---|
message | String | QUEUED | Intelsend proccess this request |
token | String | 26afd98f-c6be-4707-a016-c92d8cc939ab | return a tracking token id |
🔎 Example JSON Response
{
"message": "Queued",
"token": "26afd98f-c6be-4707-a016-c92d8cc939ab"
}
Pro Tip 💡
Check the status and errorCode for each object inside parameters to
handle success and failure cases programmatically.