For the complete documentation index, see llms.txt. This page is also available as Markdown.

Partners

Partners

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

List partners

GET https://api.sparkloop.app/v3/publications/:publication_uuid/grow/partner_program/partners

Paginated.

Path Parameters

Name
Type
Description

publication_uuid*

String

The publication's UUID.

Query Parameters

Name
Type
Description

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 partner

GET https://api.sparkloop.app/v3/publications/:publication_uuid/grow/partner_program/partners/:uuid

Path Parameters

Name
Type
Description

publication_uuid*

String

The publication's UUID.

uuid*

String

The partner's UUID.

Query Parameters

Name
Type
Description

expand

String

recommending_publication, stats.