How to Use the API Key?
Authentication
Last updated
Authentication
Your API requests are authenticated via API keys. Any request that doesn't include an API key will result in an error.
To authenticate all requests, include an x-api-key header with the specified value.
x-api-key*
{your_api_key_here}
Last updated