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.
GET /api/partner-api/me, /programs, /commissions and /stats with your company API key.
They only ever return YOUR data: programs, commissions with status and aggregated metrics (clicks, conversions, EPC).
Ideal to feed your own dashboard, spreadsheets or alerts.
Set your postback URL and receive a signed POST (x-pmy-signature header, HMAC-SHA256) on every commission status change.
Configure it from the dashboard (Postbacks section) or via API.
Your system can log the events, ping you on Telegram or cross them with your own data.