Authorization
header with a Bearer token for authentication. To authenticate:
- Use your API key as the token.
- Include it in the request header as shown below:
Authorization: Bearer <your-api-key> Replace
<your-api-key>
with your actual key.Authorization
header <your-api-key>
with your actual key.