OauthapplicationsIdRegenerate secret

Regenerates the client secret. The previous secret is invalidated immediately in Keycloak. The new secret is returned exactly once.

POST
/OAuthApplications/{id}/regenerate-secret
AuthorizationBearer <token>

JWT Authorization header using Bearer scheme

In: header

Path Parameters

id*string
Formatuuid

Response Body

application/json

curl -X POST "https://api.speaknode.com/api/OAuthApplications/497f6eca-6276-4993-bfeb-53cbbbba6f08/regenerate-secret"
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "client_id": "string",
  "client_secret": "string"
}