Skip to main content
GET
/
waitlists
/
{waitlistId}
/
status
cURL
curl --request GET \
  --url https://consumer.fanfare.io/api/waitlists/{waitlistId}/status
{
  "isEntered": true,
  "waitlistId": "<string>",
  "enteredAt": "<string>",
  "sequenceId": "<string>"
}

Path Parameters

waitlistId
string
required

Response

Status returned

isEntered
boolean
required
waitlistId
string
required
enteredAt
string
sequenceId
string