Endpoints
Introduction

Introduction

We use a consistent set of status codes across all endpoints.

HTTP Status Codes

200

OK

Everything works as expected

201

Created

Resource was created successfully

400

Bad Request

The request was unacceptable, often due to missing a required parameter.

401

Unauthorized

No valid API key provided.

403

Forbidden

The API key doesn’t have the right permissions to perform the request.

404

Not Found

The requested resource doesn’t exist.

500

Server Errors

Something went wrong on our end