Use an authorization header

  • Replace <token> with your API key in the following header:

{ 'Authorization': 'Bearer <token>' }

Include this header in every call to our API, and keep it secure. It is your access key.‌

Last updated