Authorization
Authorization
To access the API, an API key must be included in the request headers. This is required for the server to authenticate the request.
Header Name: x-api-key Value: The API key provided to you.
Instructions:
Locate the 'Headers' section of your API request setup.
You will find a field for 'Key' and 'Value' under the Headers tab.
Enter
x-api-key
in the 'Key' input.In the 'Value' input, enter the API key that has been provided to you. This key is a unique identifier that authenticates your API requests.
Ensure that the checkbox next to
x-api-key
is checked to include it in the request.Proceed with the API request.
Please note: Do not share your API key publicly or with unauthorized individuals. Treat your API key as sensitive information.
Last updated