Access your affiliate program data programmatically. Automate workflows, build custom dashboards, and integrate with your tools.
curl https://linkjolt.io/api/v1/campaigns \
-H "Authorization: Bearer lj_pk_your_key"Browse the API reference for all endpoints. Set up webhooks for real-time events.
All API requests require a Bearer token in the Authorization header. Keys are scoped to your merchant account — you can only access your own data.
Authorization: Bearer lj_pk_your_api_key_here
API requests are rate-limited per key. If you exceed the limit, you will receive a 429 Too Many Requests response. Wait a moment and retry.