API explorer

Call every endpoint of the API from this page with your own API key, or take the whole API to Postman or any OpenAPI tool.

Postman and OpenAPI

  • Postman: download the collection and import it (File → Import). Set its apiKey variable to one of your API keys; every request sends it in the X-API-KEY header. Optional parameters are included but disabled, so tick the ones you need.
  • OpenAPI: the OpenAPI 3.0 spec describes every endpoint, parameter and response. Use it to generate a client in your language, or import it into Insomnia, Bruno or any OpenAPI tool.

Try it out

Press Authorize, paste an API key from the dashboard, then open an endpoint and press Execute. The requests go to the live API with your key, so they count toward your hourly quota, and creating, updating or deleting changes your real data. Use a key with read-only permissions if you just want to look around. The key is kept in this browser only.

Loading the API explorer…