Request and Response

HTTP Status Codes

Status Code

Description

200

OK. Everything worked as expected.

400

Malformed request.

401

Unauthorized the request requires user authentication (not logged in).

403

Forbidden. Also used for unauthorized requests or permissions issues.

404

Not found.

429

Too Many Requests. Rate limited.

500

Internal Server Error.

For more information on the specifics of the HTTP response codes please refer to the API documentation.