Authorization
Last updated
Last updated
Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.
Retrieve the API Keys from the Developers section within your account. Utilize this key as a bearer token in the Authorization header included with each request: Authorization: Bearer {{secretkey}}