Upscribe
Get all Upscribes
GET
https://api.sparkloop.app/v2/upscribes
Returns all Upscribes
Get an Upscribe
GET
https://api.sparkloop.app/v2/upscribes/:identifier
Returns a single upscribe by UUID
Path Parameters
Name
Type
Description
identifier*
string
Upscribe's UUID
Update an Upscribe
PUT
https://api.sparkloop.app/v2/upscribes/:identifier
Updates an upscribe record
Path Parameters
Name
Type
Description
identifier*
string
Upscribe's UUID
Body parameters
Name
Type
Description
auto_pilot
boolean
Enable/disable Upscribe auto-pilot feature.
Subscribe to recommendations
POST
https://api.sparkloop.app/v2/upscribes/:identifier/subscribe
Path Parameters
Name
Type
Description
identifier*
string
Upscribe's UUID
Request Body
Name
Type
Description
subscriber*
string
The subscriber's UUID
recommendations*
string
A string of comma separated recommendations' ref_codes. ie: "a724e922a3,a338cbf66a,ed149464cb"
Last updated