How to Use the API Key?
Authentication
How to use the API key
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.
Key
Value
x-api-key*
{your_api_key_here}
Last updated