Authorization

All endpoints require authentication. You must pass your API key in the x-api-key header, like below:

x-api-key: <API_KEY>

Last updated