Authentication
API keys
Authenticate every request by passing your secret key in the Authorization header.
Never expose your secret key in client-side code. Use a restricted key for anything that runs in the browser.
Errors
Failed authentication returns 401 Unauthorized:
Was this guide helpful?
Thanks for your feedback.