Response Status Codes

d6 Integrate uses status codes that adhere to the HTTP/1.1 standard (RFC 7231):

CodeNameDescription

200

OK

The request was successful.

400

Bad Request

The request was invalid. Normally due to missing or malformed parameters.

401

Unauthorized

The server understood the request, but is refusing it.

403

Forbidden

The server understood the request, but access is not allowed.

404

Not Found

The resource was not found.

429

Too Many Requests

Rate limits have been reached, please slow down your requests.

500

Internal Server Error

Internal server error which has been logged and being attended to. Please try again later.

501

Not Implemented

The server does not support the functionality required to fulfill the request.

503

Service Unavailable

The server is currently unable to handle the request due to a temporary overload or scheduled maintenance

Last updated