A partner of a publication's partner program is another newsletter that recommends it in exchange for a per-referral commission — the sponsor-side view of the same relationship a recommendation describes. Use this resource to list the program's partners, or fetch a single one by UUID. Partners awaiting approval are not included here (see Partner Requests).
GET https://api.sparkloop.app/v3/publications/:publication_uuid/grow/partner_program/partners
Paginated.
Path Parameters
publication_uuid*
String
The publication's UUID.
Query Parameters
order_by
String
Rank partners the way the dashboard does.
expand
String
recommending_publication, stats.
from
String
Start date (YYYY-MM-DD) for stats.
to
String
End date (YYYY-MM-DD) for stats.
{
"partners": [
<Partner Object>
],
"meta": {
"per_page": 50,
"page": 1,
"total_pages": 1,
"total_partners": 27
}
}GET https://api.sparkloop.app/v3/publications/:publication_uuid/grow/partner_program/partners/:uuid
Path Parameters
publication_uuid*
String
The publication's UUID.
uuid*
String
The partner's UUID.
Query Parameters
expand
String
recommending_publication, stats.
{
"partner": <Partner Object>
}{
"error": "Resource not found."
}