POST
/
v1
/
deals
/
promotions
/
{id}
/
activate
Activate promotion offer
curl --request POST \
  --url https://api.onsleek.ai/v1/deals/promotions/{id}/activate
{
  "url": "<string>"
}

Path Parameters

id
string
required

The ID of the promotion to activate.

Query Parameters

passbackUid
string
required

A unique identifier for this activation. This will be passed back to you when a transaction occurs. Format: any string

passbackData
string

Any data you want to pass back to you when a transaction occurs. Format: any string

orgId
string
required

Your organization's UID for activating retailer's promotion offers

Response

200 - application/json

The URL to redirect the user to activate the retailer's promotion affiliate.

The response is of type object.