Status Codes
Our oauth and rest api servers will response with a status code 200
on success or use one of the status codes below. Additional, we will
return an error code, error description and an url pointing to the error
description. The error status are listed below.
Status | Error | Description |
---|---|---|
400 | Bad Request | The request was not well formed, provided wrong attributes or invalid values. |
401 | Unauthorized Access | Your application doesn't have the permission to access this resource. |
403 | Rate Limitation | Your application was accessing the resource to many times in a too short timeframe. |
404 | Resource Not Found | The requested resource was not found on our server. |
500 | Internal Error | One of our servers responsed with an internal error. Please try again. |