Skip to content

API Authentication

The Agenda Panda API uses API keys for authentication.

API keys start with ap_ followed by a random string:

ap_k1_a1b2c3d4e5f6...

Include your API key in the Authorization header:

Authorization: Bearer ap_your_key_here
Terminal window
curl -H "Authorization: Bearer ap_your_key_here" \
https://agendapanda.com/api/v1/posts

See the API Keys guide for instructions on creating and managing keys.