Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.1 KB

ApiAppResponse.md

File metadata and controls

20 lines (16 loc) · 1.1 KB

ApiAppResponse

Contains information about an API App.

Properties

Name Type Description Notes
callback_url str The app's callback URL (for events)
client_id str The app's client id
created_at int The time that the app was created
domains List[str] The domain name(s) associated with the app
name str The name of the app
is_approved bool Boolean to indicate if the app has been approved
oauth ApiAppResponseOAuth
options ApiAppResponseOptions
owner_account ApiAppResponseOwnerAccount
white_labeling_options ApiAppResponseWhiteLabelingOptions

[Back to Model list] [Back to API list] [Back to README]