v10

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-0582185581.9 KB
OAuth Apps

Activate suspended OAuth app

Moves a suspended OAuth app back to status: "active", restoring its ability to authenticate and obtain new tokens via POST /oauth2/token.

A revoked app cannot be reactivated (returns 400); the only path back is to register a new app. Activating an app that is already active also returns 400.

Creator-only.

post/oauth-clients/{appId}/activate

Path parameters

appIdstring required

OAuth app ID

Response

OAuth app activated

messagestring required

Example response

{
  "message": "OAuth app activated successfully"
}