A Partner Program is how a publication pays other newsletters to refer subscribers to it: it sets the per-referral commission, a monthly spend cap, an engagement screening window, and geographic restrictions. A publication has at most one partner program, so this is a singleton resource. Its partners, pending partner requests, and referrals are sub-resources.
GET https://api.sparkloop.app/v3/publications/:publication_uuid/grow/partner_program
Path Parameters
publication_uuid*
String
The publication's UUID.
Query Parameters
expand
String
stats to include date-ranged program performance.
from
String
Start date (YYYY-MM-DD) for stats.
to
String
End date (YYYY-MM-DD) for stats.
{
"partner_program": <Partner Program Object>
}{
"error": "Resource not found."
}