Skip to content

Authentication

Most API endpoints require authentication using an API key.

You can get your API key from the Poodle dashboard, at the bottom of the sidebar.

API key at the bottom of the sidebar

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.

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.