Skip to main content

Regenerate secret key of workspace

Rate limits

This endpoint does not belong to the priority lane. Do not use it within your ticket sales flow.

The secret key of a workspace should be kept secret at all times. If it does get compromised, you can generate a new one.

POST https://api-{region}.seatsio.net/workspaces/{key}/actions/regenerate-secret-key
  • name: the name of the workspace. Can be any string (including spaces or special characters)
curl -X POST https://api-{region}.seatsio.net/workspaces/18725661-36d6-4755-905a-28ce82d0c2d5/actions/regenerate-secret-key \
-u anAdminKey: -X POST

Response

{
secretKey: "79425661-36d6-4755-905a-28ce82d0c8c1"
}