Get Campaign
Campaigns
Get Campaign
Retrieve a campaign’s full configuration including steps and contacts
GET
Get Campaign
Request
Path Parameters
The campaign’s unique ID (UUID)
Headers
Requires an API key with the
campaigns:read permission.Response
Example Response
Errors
| Status | Code | Description |
|---|---|---|
| 401 | invalid_key | Invalid or expired API key |
| 403 | insufficient_permissions | Missing campaigns:read permission |
| 404 | campaign_not_found | No campaign with this ID |
| 429 | rate_limited | Rate limit exceeded |