OPENAPI / COMPONENTS / SCHEMAS

Api App Response OAuth

ApiAppResponseOAuth

An object describing the app's OAuth properties, or null if OAuth is not configured for the app.

object4properties
callback_urlstring

The app's OAuth callback URL.

secretstring

The app's OAuth secret, or null if the app does not belong to user.

scopesarray

Array of OAuth scopes used by the app.

charges_usersboolean

Boolean indicating whether the app owner or the account granting permission is billed for OAuth requests.