Skip to main content
POST
/
v2
/
access
/
promotions
/
:promotionId
/
finish
Finish promotion
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
}

Authorizations

apiKey
string
header
required

Your OFAuth API key for authenticating requests.

x-connection-id
string
header
required

Requires a connection via the x-connection-id header.

Path Parameters

promotionId
string | null

Promotion ID

Minimum string length: 1

Response

Successful response

success
boolean
required