Skip to main content
POST
/
timed-releases
/
{timedReleaseId}
/
enter
cURL
curl --request POST \
  --url https://consumer.fanfare.io/api/timed-releases/{timedReleaseId}/enter \
  --header 'Content-Type: application/json' \
  --data '
{
  "variantId": "<string>"
}
'
{
  "status": "<string>",
  "admissionGrant": "<string>",
  "completedAt": "<string>",
  "enteredAt": "<string>",
  "leftAt": "<string>",
  "selectedVariantId": "<string>"
}

Path Parameters

timedReleaseId
string
required

Body

application/json
variantId
string

Response

Consumer entered timed release successfully

status
string
required
admissionGrant
string
completedAt
string
enteredAt
string
leftAt
string
selectedVariantId
string