cURL
curl --request GET \ --url https://api.letsway.com/v1/brands/{brandId}/waitlists/{waitlistId}
{ "id": "waitlist-123", "mode": "auto", "shouldShowRemovedEntries": false, "claimTime": 3600 }
Get waitlist
The unique identifier of the waitlist
"waitlist-123"
Mode of the waitlist
auto
manual
none
"auto"
Indicates if removed entries should be shown
false
Claim time interval in seconds (nullable)
3600