API response codes

The Inkit API returns the following response codes:

CodeNameDescription
200SUCCESSThe API request returned successfully.
201CREATEDThe API request successfully created a resource.
202ACCEPTEDThe API successfully processed the request, but the request may still fail.
204DELETEDThe API request successfully deleted a resource.
400BAD REQUESTThe API request was invalid.
401UNAUTHORIZEDThe API key in the request was not authorized.
403FORBIDDENThe API request was forbidden.
404NOT FOUNDThe requested resource was not found.
405NOT ALLOWEDThe requested HTTP method was not allowed for the API endpoint.
422UNPROCESSABLE CONTENTThe query or body parameters in the API did not pass validation.
429TOO MANY REQUESTSThe request exceeds the API's rate limit.
500INTERNAL SERVER ERRORAn internal server error occurred. Please contact [email protected].
503SERVICE UNAVAILABLEThe API service is temporarily unavailable. Please try again later.