How to authenticate a request
To authenticate a request, you need to include aX-API-KEY header
with the value of your API key in your request:
X-API-KEY header
with the value of your API key in your request:
'X-API-KEY': '<your api key>'
Was this page helpful?