Authentication
Most API endpoints require authentication using an API key.
Obtaining your API key
Section titled “Obtaining your API key”You can get your API key from the Poodle dashboard, at the bottom of the sidebar.
Using your API key
Section titled “Using your API key”To authenticate your requests, include your API key as a Bearer token in the Authorization
header.
Authorization: Bearer your-api-key
Replace your-api-key
with your actual API key.
Security
Section titled “Security”Keep your API keys secure and do not share them publicly. Treat them like passwords. If an API key is compromised, please chat us immediately to generate a new one.