Subscribers
Create a subscriber
POST
https://api.sparkloop.app/v2/subscribers
Request Body
Get subscribers
GET
https://api.sparkloop.app/v2/subscribers
Subscribers are ordered in desceding order by created_at, meaning the first page shows the latest subscribers.
Query Parameters
Get a subscriber
GET
https://api.sparkloop.app/v2/subscribers/:identifier
Returns a single subscriber by email address or UUID
Path Parameters
Query Parameters
Update subscriber
PUT
https://api.sparkloop.app/v2/subscribers/:identifier
Update a subscriber's name, email address or status
Path Parameters
Request Body
Unsubscribe subscriber
PUT
https://api.sparkloop.app/v2/subscribers/:identifier/unsubscribe
Unsubscribe a subscriber
Path Parameters
Reject subscriber
PUT
https://api.sparkloop.app/v2/subscribers/:identifier/reject
Reject a pending subscriber (acquired via partner program or referral program)
Path Parameters
Delete a subscriber
DELETE
https://api.sparkloop.app/v2/subscribers/:identifier
Path Parameters
Last updated