Getting Started
Quick start
Get your API keys
Your API requests are authenticated using API keys. Any request that doesn’t include an API key will return an error.
You can generate an API key from Settings > Security within the application. There you will find the API keys section which allows you to generate a key for use.
More information on this can be found in the Authentication page.
Install the library
The best way to interact with our API is using a good HTTP client like axios:
Make your first request
To make your first request, send an authenticated request to the event-types endpoint. This will list all of your event types.
Example using curl
:
Try our Postman Collection
We’ve created a small collection of frequently made API calls that you can try in our Postman Collection
Was this page helpful?