Skip to main content

Create a hold token

Rate limits

This endpoint belongs to the priority lane.

POST https://api-{region}.seatsio.net/hold-tokens

You can pass in an optional expiresInMinutes value if the expiration date is different from the default value set for you account:

{
"expiresInMinutes": 30
}
curl -X POST https://api-{region}.seatsio.net/hold-tokens \
-u aSecretKey: \
-H "Content-Type: application/json" \
-d "{'expiresInMinutes': 30}"
{    
"holdToken": "wvXbB9MlHt",
"expiresAt": "2017-05-05T10:58:44.715Z",
"expiresInSeconds": 768
}