Errors
Status Reason 200 Request successful 401 Unauthorized request, your token is invalid or was revoked 403 Forbidden access, your account does not have permission to perform the request 404 The requested resource was not found 409 Conflict, this request conflicts with another previous request 429 Too many requests hit the API too quickly. We recommend an exponential backoff for your requests. 50X Internal Sourcengine server error (rare)
Sourcengine API uses conventional HTTP response codes to indicate the success or failure of an API request. Response codes in the 2xx
range indicate success of the request. Response codes in the 4xx
range indicate an error that failed due to a problem in the request parameters: maybe a required parameter was omitted, or an invalid MPN given. Response codes in the 5xx
range mean that we had an internal error on our servers (a rare occurrence).
Updated over 1 year ago