Skip to main content
POST
Rotate an API client secret
Issues a new secret for an existing client app. The clientId does not change. The new clientSecret is returned once. Store it immediately. The previous secret keeps working until you rotate again. Only the caller who created the client can rotate it.

Authorizations

x-siro-auth-token
string
header
default:<access-token>
required

Access token from POST https://auth.siro.ai/oauth2/token (client_credentials), or a Siro OAuth access token. Send x-siro-auth-token: <access-token>.

Path Parameters

organizationId
string
required

The organization this client belongs to.

clientId
string
required

The id of the API client.

Response

Rotate an API client secret

data
object
required
cursor
pageSize
number
limit
number
total
number | null
hasNextPage
boolean