2xx range indicate success. Codes in the 4xx range indicate an error that failed because the request was invalid (missing information, an attempt to file a chargeback after the deadline, etc). Codes in the 5xx range indicate an error with Decisionly’s servers (these are rare).
HTTP Status Codes
OK
Everything worked as expected.
Created
A new resource was successfully created.
Accepted
The request was accepted for processing.
Bad Request
The request was unacceptable, often due to missing a required argument.
Unauthorized
Missing or invalid API key.
Forbidden
The API key doesn’t have permissions to perform the request.
Not Found
The resource or endpoint doesn’t exist.
Too Many Requests
Too many requests in a short period of time.
Internal Server Error
Something went wrong on Decisionly’s end.