OPENAPI / COMPONENTS / SCHEMAS
Api App Response OAuth
ApiAppResponseOAuthAn object describing the app's OAuth properties, or null if OAuth is not configured for the app.
object4properties
callback_urlstringThe app's OAuth callback URL.
secretstringThe app's OAuth secret, or null if the app does not belong to user.
scopesarrayArray of OAuth scopes used by the app.
charges_usersbooleanBoolean indicating whether the app owner or the account granting permission is billed for OAuth requests.