OAuth Apps
Get OAuth app details
Returns the full configuration of an OAuth app you registered. The clientSecret is never echoed back here; if you need a new one, call POST /oauth-clients/{appId}/regenerate-secret.
Access is creator-scoped: even org admins receive 404 for apps owned by other users. This avoids leaking app metadata across org members and keeps the read surface symmetric with listOAuthApps.
get/oauth-clients/{appId}
Path parameters
appIdstring required
OAuth app ID (MongoDB ObjectId)
Response
OAuth app details