Subscribers
Add a subscriber to a partner campaign
POST
https://api.sparkloop.app/v2/partner_network/partner_campaigns/:partner_campaign_uuid/subscribers
Path Parameters
:partner_campaign_uuid*
String
The partner campaign's UUID
Request Body
email*
String
the subscriber's email address
name
String
the subscriber's full name
user_agent
String
the subscriber's user agent.
utm_source
String
the subscriber's utm_source
utm_campaign
String
the subscriber's utm_campaign
country_code
String
The Alpha-2 country code of the subscriber. Optional but HIGHLY recommended. Without it, subscribers are much more likely to be rejected for not meeting the geo criteria.
Get a subscriber
GET
https://api.sparkloop.app/v2/partner_network/partner_campaigns/:partner_campaign_uuid/subscribers/:uuid
Path Parameters
:uuid*
String
Subscriber's UUID or email address
:partner_campaign_uuid*
String
The partner campaign's UUID
Last updated