Join PartnersMy
The platform where brands and affiliates grow together.
Competitive commissions, real-time tracking and secure payouts. Everything you need to monetize your traffic or scale your affiliate program.
Join PartnersMy
Competitive commissions, real-time tracking and secure payouts. Everything you need to monetize your traffic or scale your affiliate program.
Advanced API
Endpoints under /api/v1 for integrations (API key) and /api/ for dashboard operations (JWT session).

/api/v1/programsList public programs with commission, cookie and brand.
/api/v1/promotionsList published promotions with logos and OG images.
/api/v1/tracking-linksReturn the tracking link for an active partnership.
/api/v1/commissionsQuery commissions for the authenticated company.
/api/v1/conversionsQuery attributed events (signups, trials, purchases, upgrades, renewals).
/api/v1/webhooks/testGenerate a test payload to verify your endpoint.
/api/conversionS2S conversion for advertisers (requires API key).
curl -H "x-api-key: ps_xxx" https://app.partnersmy.com/api/v1/programs
/api/v1/ — integration endpoints, authenticated with API key (ps_).
/api/ — dashboard endpoints, authenticated with JWT session.
Webhooks are managed from /api/webhooks (session) and tested from /api/v1/webhooks/test (API key).
All responses use JSON.
Pagination uses page and limit parameters.
Errors follow the format { error: string } with the appropriate HTTP code.