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.
API
Use the API to read programs, create links, query conversions and configure webhooks.
/api/v1 — public endpoints for external integrations. Auth with API key (ps_ prefix).
/api/ — dashboard endpoints requiring JWT session (login or magic code).
Webhooks are managed from /api/webhooks (session) and tested with /api/v1/webhooks/test (API key).
API key (ps_xxx): for server-to-server integrations and automation.
JWT session: for dashboard API operations.
Magic code: passwordless login via email.
Social OAuth: Google and LinkedIn as registration and login alternative.
Create an API key from Settings → API in the dashboard.
All v1 requests require the x-api-key or Authorization: Bearer header.
The full documentation with all endpoints is in the Advanced API section.