Authentication
Every request must include your API key in the token request header. Find your key on the Overview page of your dashboard.
// Every authenticated request must include:
token: YOUR_API_KEY!Keep your API key secret. Never expose it in client-side code, browser scripts, or public repositories.