Dan
10/14/2025, 5:55 PMVapi Support Bot
10/14/2025, 5:57 PMbash
curl https://api.vapi.ai/v2/call \
-H "Authorization: Bearer YOUR_API_KEY"
Make sure there are no extra spaces or typos in your key, and that it's not expired or revoked. If you still get a 401, try refreshing your token or re-logging in via the Vapi CLI with vapi login.
For more, see the [authentication docs](https://docs.vapi.ai/cli/auth).
Sources:
- [Vapi CLI Authentication Documentation](https://docs.vapi.ai/cli/auth)
- [Vapi API Reference: List Calls](https://docs.vapi.ai/api-reference/calls/call-controller-find-all-paginated)Vignxt Flow
10/14/2025, 6:58 PM