OauthapplicationsIdRegenerate secret
Regenerates the client secret. The previous secret is invalidated immediately in Keycloak. The new secret is returned exactly once.
Authorization
Bearer AuthorizationBearer <token>
JWT Authorization header using Bearer scheme
In: header
Path Parameters
id*string
Format
uuidResponse 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"
}