Conversions
Confirm a conversion from an Action offer
POST https://api.sparkloop.app/v2/offers/:offer_uuid/submissions/:submission_uuid/conversions
Path Parameters
Name
Type
Description
offer_uuid*
string
Offer's UUID
submission_uuid*
string
Submission's UUID
{
"message": "Conversion tracked successfully"
}When the request was sent for a different type of Offer, like Click or Lead:
{
"error": "Offer submission must be an action"
}When the conversion was already confirmed:
{
"error": "Offer submission must be unique"
}{
"error": "Offer not found"
}or
{
"error": "Submission not found"
}{Last updated
Was this helpful?