Docs
Authentication
All requests require a Bearer API key. Keep keys on the server and rotate them regularly.
Authorization: Bearer YOUR_API_KEY
Use separate keys for staging and production.
Never expose private keys in client-side code.
Docs
All requests require a Bearer API key. Keep keys on the server and rotate them regularly.
Authorization: Bearer YOUR_API_KEY
Use separate keys for staging and production.
Never expose private keys in client-side code.