Skip to main content

Retrieve a hold token

Rate limits

This endpoint belongs to the priority lane.

GET https://api-{region}.seatsio.net/hold-tokens/{token}
curl https://api-{region}.seatsio.net/hold-tokens/wvXbB9MlHt \
-u aSecretKey:
{
"holdToken": "wvXbB9MlHt",
"expiresAt": "2017-05-05T10:58:44.715Z",
"expiresInSeconds": 768
}

Error 404 (Not Found) is returned if the hold token does not exist, or does not exist anymore.