Skip to content
PartnersMy logo
AffiliatesCampaignsFor companies
EspañolEnglish
Log inSign up
AffiliatesCampaignsFor companies
EspañolEnglish
Log inSign up

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.

Create free accountBrowse campaigns

PartnersMy

  • About us
  • Careers
  • Promotions
  • News

Affiliates / Advertisers / Agencies

  • Welcome bonus
  • Affiliates
  • Advertisers
  • Agencies

Tools

  • Monetize your traffic

Legal

  • Help Center
  • Legal Notice
  • Terms
  • Privacy
  • Cookies
PartnersMy
© 2018–2026 PartnersMy
  1. Home
  2. Advanced API

Advanced API

API documentation for advanced users

Endpoints under /api/v1 for integrations (API key) and /api/ for dashboard operations (JWT session).

OverviewAuthenticationProgramsPromotionsTrackingWebhooksErrors
Advanced API overview
Advanced API overview
GET/api/v1/programs

List public programs with commission, cookie and brand.

GET/api/v1/promotions

List published promotions with logos and OG images.

POST/api/v1/tracking-links

Return the tracking link for an active partnership.

GET/api/v1/commissions

Query commissions for the authenticated company.

GET/api/v1/conversions

Query attributed events (signups, trials, purchases, upgrades, renewals).

POST/api/v1/webhooks/test

Generate a test payload to verify your endpoint.

POST/api/conversion

S2S conversion for advertisers (requires API key).

Quick example

curl -H "x-api-key: ps_xxx" https://app.partnersmy.com/api/v1/programs

Two access layers

/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).

Response format

All responses use JSON.

Pagination uses page and limit parameters.

Errors follow the format { error: string } with the appropriate HTTP code.