API keys & authentication
Create keys and make your first request.
Integrations, API & Webhooks5 steps
- 01Account dropdown → API Keys → New key.
- 02Scope the key (read-only or full) and copy it once.
- 03Authenticate with the header
Authorization: Bearer YOUR_KEY. - 04Base URL:
https://api.outreachfox.ai/v1. - 05Try
GET /campaignsto list campaigns.
Was this article helpful?