v51
latestOpenAPI 3.0.3Mozilla Public License Version 2.0raw.githubusercontent.com2026-08-0165205256.0 KBOAuth
Rotate the oath client secret
Generate a new secret
put/tyk/oauth/clients/{apiID}/{keyName}/rotate
Path parameters
apiIDstring required
The API id
keyNamestring required
The Client ID
Response
New secret has been created
Example response
{
"api_id": "keyless",
"client_id": "2a06b398c17f46908de3dffcb71ef87b",
"description": "google client login",
"redirect_uri": "https://httpbin.org/ip",
"secret": "MmQwNTI5NGQtYjU0YS00NjMyLWIwZjktNTZjY2M1ZjhjYWY0"
}