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. Help
  3. Integrations for advanced users

API

Integrations for advanced users

Use the API to read programs, create links, query conversions and configure webhooks.

Help centerGetting startedAffiliatesAdvertisersPromotionsTrackingPaymentsAPI

Two API layers

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

Authentication methods

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.

Getting started with the API

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.

View API documentation