When the data is successfully ingested, the response will include the status in percentages:
...
"status": {
"successful": 80,
"quarantined": 20,
"pending": 0
}
...
In case there’s an error, here’s a list of the most common ones:
Code | Description |
200 | No error |
400 | Bad request |
401 | Unauthorized |
403 | Forbidden |
404 | Not found |
413 | The message body is too large |
429 | Too many requests. When over the rate limits |
500 | Unexpected error |