Skip to main content

Retrieve a workspace

Retrieve a workspace

Note

As of 18/09/2025, Seats.io supports sandbox environments. Test workspaces, denoted by isTest: true, are encouraged to be migrated to use sandboxes which can be done directly on https://app.seats.io.

GET https://api-{region}.seatsio.net/workspaces/{key}
curl https://api-{region}.seatsio.net/workspaces/18725661-36d6-4755-905a-28ce82d0c2d5 \
-u anAdminKey:
{
"id": 169,
"name": "a workspace",
"key": "18725661-36d6-4755-905a-28ce82d0c2d5",
"secretKey": "7c647eed-0880-4118-9459-82757579703e",
"isDefault": true,
"isTest": false,
"isActive": true
}

Error 404 (Not Found) is returned when the workspace does not exist (or the passed in secret key doesn't give access to the workspace).