All API requests are secured using Bearer tokens. You can find the token in the dashboard.

To get the API key, open the dashboard and click on your profile’s sidebar menu item in the bottom left corner. Then click on the Developer API key tab and copy the key from there.

Authentication

All API endpoints are authenticated using Bearer tokens and picked up from the specification file.

"security": [
	{
		"bearerAuth": []
	}
]

API endpoints

All API endpoints are authenticated using Bearer tokens and picked up from the specification file.

All our available endpoints are documented in the API reference page.

If you wish to load it into an OpenAPI compatible client, you can also find the schema file here.