Statuses

CodeDescription
200OK – The request succeeded.
201Created - The request succeeded, and a new resource was created as a result.
300Multiple Choice – The request has more than one possible response.
301Moved Permanently - The URL of the requested resource has been changed permanently.
302Found - This response code means that the URI of requested resource has been changed temporarily.
303See Other - The server sent this response to direct the client to get the requested resource at another URI with a GET request.
304Not Modified - This is used for caching purposes. It tells the client that the response has not been modified, so the client can continue to use the same cached version of the response.

Error Messages

All API endpoints are handling errors will respond with HTTP errors described below:

CodeDescription
400Bad Request -- Your request is invalid.
401Unauthorized -- Your API key/secret is wrong.
403Forbidden -- The resource requested is hidden for administrators only.
404Not Found -- The specified resource could not be found.
405Method Not Allowed -- You tried to access a resource with an invalid method.
429Too Many Requests -- Exceeded the access frequency limit.
500Internal Server Error -- We had a problem with our server. Try again later.
503Service Unavailable -- We're temporarily offline for maintenance. Please try again later.