Learn how to authenticate your API requests
Authorization
Authorization: Bearer YOUR_API_KEY
YOUR_API_KEY
curl -X GET "https://api.autocalls.ai/api/user/campaigns" \ -H "Authorization: Bearer YOUR_API_KEY"