Authentication

All API requests require authentication. Choose one of the following methods:

Recommended

Bearer Token

Authorization: Bearer YOUR_API_KEY

X-API-Key Header

X-API-Key: YOUR_API_KEY
Testing Only

Query Parameter

?api_key=YOUR_API_KEY

Need Help?