Troubleshooting
Error Messages
{
"status": "<HTTP status code>",
"timestamp": "<Time in ISO 8601 format>",
"path": "<API endpoint path>",
"messages": [
"A human-readable message describing the error"
]
}{
"status": 429,
"timestamp": "2024-03-18T13:20:47.355Z",
"path": "/api/shipment",
"message": [
"Too Many Requests: Rate limit exceeded"
]
}
JSON Parsing Errors
Validation Failed
Last updated