Authorization

To interact with an API, you need to get your organization's API key, you can get it by reaching out to our support team.

The secret key looks like this:

uPqd6IplhPpa.........

For each request you make, you should put this key in the HTTP Authorization header like this:

Authorization: Bearer uPqd6IplhPpa.......

Important! Do not share this token with anybody to prevent a data leak

Last updated