Common error codes and troubleshooting for the SuprSend Management API.
Code | Description |
---|---|
200 | OK - Request succeeded |
201 | Created - Resource was successfully created |
204 | No Content - Request succeeded but no content returned |
Code | Description |
---|---|
400 | Bad Request - Invalid request syntax or parameters |
401 | Unauthorized - Authentication required or failed |
404 | Not Found - Resource not found |
5xx | Internal Server Error - Unexpected server error |
Field | Type | Description |
---|---|---|
code | integer | HTTP status code |
error_code | string | Machine-readable error identifier |
type | string | Error type classification |
message | string | Human-readable error message |
detail | string | Additional error details (optional) |
authentication_failed
validation_error