Skip to main content
GET
/
v1
/
brands
/
{brandId}
/
waitlists
/
{waitlistId}
Get waitlist
curl --request GET \
  --url https://api.letsway.com/v1/brands/{brandId}/waitlists/{waitlistId}
{
  "id": "waitlist-123",
  "mode": "auto",
  "shouldShowRemovedEntries": false,
  "claimTime": 3600
}

Path Parameters

waitlistId
string

Response

200 - application/json

Get waitlist

id
string
required

The unique identifier of the waitlist

Example:

"waitlist-123"

mode
enum<string>
required

Mode of the waitlist

Available options:
auto,
manual,
none
Example:

"auto"

shouldShowRemovedEntries
boolean
required

Indicates if removed entries should be shown

Example:

false

claimTime
object

Claim time interval in seconds (nullable)

Example:

3600