GitHub

Introduction

Status codes

Our platform returns a number of different HTTP status codes depending on the original request.

200 OK

Your request was successful.

201 Created

Entity was created successfully.

204 No Content

Requested entity was canceled / deleted successfully.

400 Bad Request

Unable to process your request, possibly due to invalid data.

401 Unauthorized

Authorization failed.

403 Forbidden

No access to the requested resource.

404 Not Found

Object not found.

405 Method Not Allowed

Used HTTP method is not allowed for the resource / URL

429 Too Many Requests

Exceeded the amount of allowed API requests. Visit the rate limits page

5xx server errors

An internal error occurred

Previous
Rate limits