Skip to main content

Update extra data for an object

Rate limits

This endpoint belongs to the priority lane.

Updates the extra data for an object in an event, without changing the object status.

POST https://api-{region}.seatsio.net/events/{eventKey}/objects/{objectLabel}/actions/update-extra-data
Tip

Keep in mind that certain characters need to be URI encoded!

{
"extraData": {
"userId": "123"
}
}

extraData must be a valid JSON object.

Example request

curl https://api-{region}.seatsio.net/events/event34/objects/A-1/actions/update-extra-data \
-u aSecretKey: -X POST -H 'Content-Type: application/json' -d '{"extraData": {"userId": "123"}}'

Response

204 - No Content