API Authentication
The Agenda Panda API uses API keys for authentication.
API Key Format
Section titled “API Key Format”API keys start with ap_ followed by a random string:
ap_k1_a1b2c3d4e5f6...Authentication Header
Section titled “Authentication Header”Include your API key in the Authorization header:
Authorization: Bearer ap_your_key_hereExample
Section titled “Example”curl -H "Authorization: Bearer ap_your_key_here" \ https://agendapanda.com/api/v1/postsCreating API Keys
Section titled “Creating API Keys”See the API Keys guide for instructions on creating and managing keys.