Skip to main content

Response Body

The response body provides the status and details for each request sent via the IntelSend API.


Parameters

NameTypeSample ValueDescription
messageStringQUEUEDIntelsend proccess this request
tokenString26afd98f-c6be-4707-a016-c92d8cc939abreturn 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.