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
Example response
{
"message": "OAuth app activated successfully"
}