Additional notes:

Authentication

All requests require authentication with a user's API key. You can find your API on your settings page.

Put your API key in the Authorization header

"Authorization": "Bearer {Your API key}"
(click "Try it out!" on one of the above endpoints and check out the Curl request to see a demonstration)

If you log in your API Key will automatically be included in these requests

Errors

Errors are in JSON formatted like

{ "error": "Error Message" }
There may be extra key value pairs.

Error codes we use:

If you see any other error code or error format, please let us know!