Chrisjjohnson18
11/23/2025, 1:50 AMChiranjeet Mishra
11/23/2025, 1:50 AMVapi Support Bot
11/23/2025, 1:51 AMAuthorization header. Here’s a concrete example:
bash
curl -X POST https://api.vapi.ai/call \
-H "Authorization: Bearer <your_api_key>" \
-H "Content-Type: application/json" \
-d '{ ... }'
Retrieve your API key from the Dashboard as shown in the [documentation](https://docs.vapi.ai/api-reference/calls/call-controller-find-all-paginated).
Source:
- [Calls API Reference](https://docs.vapi.ai/api-reference/calls/call-controller-find-all-paginated)Chrisjjohnson18
11/23/2025, 1:56 AMChiranjeet Mishra
11/26/2025, 7:40 AM