Authentication
Authentication
To make authorized requests to our API, you need to include the appropriate authentication credentials in your requests. Currently, we support the following authentication methods:
1. API Key Authentication
Include your API key in the request headers using the following format:
Authorization: api-key YOUR_API_KEY
Last updated