Token: Settings → API settings. The token gives full access to your account — never share it or put it in public code/links. Regenerate it if leaked.
Auth: header Authorization: Bearer <token> (or ?token= query, not recommended). Base URL: https://app.indoleads.com/api.
What you can do: search offers and get tracking links (/getOffers, /getOffer/{id}, /offers), apply to offers (/offers/{id}/apply), list your sources (/sources), create tracking links with subIDs/deeplink (/tracking_links), pull conversions (/conversions, up to 1000 per page, filter by date/status/offer/click ID), get coupons (/getCoupons), generate product feeds (/api/feed/*).
Full reference with parameters and examples: Publishers API on our wiki.
Quick test:
curl -H "Authorization: Bearer $TOKEN" "https://app.indoleads.com/api/conversions?startDate=2026-08-01&endDate=2026-08-17"
Rate limits and errors: standard HTTP codes; status: error with a message in the JSON. If you need something the API doesn't cover, tell your manager — feature requests are collected.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article