Getting Started
These static docs accompany the CampaignTrackly API. You’ll authenticate with a Bearer token and exchange JSON over HTTPS.
Base: https://app.campaigntrackly.com/wp-json/campaigntrackly/v1/
Authentication
| Header | Value |
|---|---|
Authorization | Bearer YOUR_API_KEY |
Content-Type | application/json |
Test call (cURL)
curl -X GET "https://app.campaigntrackly.com/wp-json/campaigntrackly/v1/" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"
API Limits
Please contact us at support@campaigntrackly.com for limits.
Postman Collection
Import this collection into Postman and set {{base_url}} and {{api_key}} in your environment:
Full Reference
Looking for every endpoint with cURL, Python, PHP, and Perl examples? Open the full reference: