cURL
curl --request POST \ --url https://api-next.ofauth.com/v2/access/promotions/:promotionId/finish \ --header 'apiKey: <api-key>' \ --header 'x-connection-id: <api-key>'
{ "success": true }
Finish/end a promotion
Permission Required: promotions:write
promotions:write
Your OFAuth API key for authenticating requests.
Requires a connection via the x-connection-id header.
Promotion ID
1
Successful response
Was this page helpful?