Call Question
# support
c
Hi there, Thank you for your message. Our team is currently out of the office. We operate Monday through Friday, from 9:00 AM to 8:00 PM Pacific Standard Time (PST). We’ll get back to you as soon as possible during our normal business hours. If your message is urgent, please mark it accordingly or include “URGENT” in the subject line, and we’ll do our best to respond promptly. Warm regards, Vapi Customer Support Team
v
To get your API key for Authorization Bearer, log in to the Vapi Dashboard. Once you have your key, use it in your API requests like this:
Copy code
bash
curl https://api.vapi.ai/tool \
  -H "Authorization: Bearer <your_api_key>"
Replace
<your_api_key>
with the key you retrieved from the dashboard.
For more details, see the [Vapi API documentation](https://docs.vapi.ai/api-reference/tools/list?explorer=true). Source: - [Vapi Tools API Reference](https://docs.vapi.ai/api-reference/tools/list?explorer=true)
2 Views