Skip to main content
GET
/
timed-releases
/
{timedReleaseId}
/
status
cURL
curl --request GET \
  --url https://consumer.fanfare.io/api/timed-releases/{timedReleaseId}/status
{
  "status": "<string>",
  "admissionGrant": "<string>",
  "completedAt": "<string>",
  "enteredAt": "<string>",
  "leftAt": "<string>",
  "selectedVariantId": "<string>"
}

Path Parameters

timedReleaseId
string
required

Response

Retrieved consumer status

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