Using your API Key
Last updated
Was this helpful?
Last updated
Was this helpful?
All API calls are authorized using an API key, which should be provided via an apiKey
header. For instance, in command line you could do:
curl -H "apiKey: API_KEY"
Just replace API_KEY with your own key.