Backend API
Rotate secret for an OAuth client
cURL
curl --request POST \ --url https://api.wacht.dev/deployments/{deployment_id}/oauth/apps/{oauth_app_slug}/clients/{oauth_client_id}/rotate-secret \ --header 'Authorization: <api-key>'
{ "client_secret": "<string>" }
API key authentication (format: Bearer {api_key})
Deployment ID
OAuth app slug
OAuth client ID
OAuth client secret rotated
Was this page helpful?