Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.08 KB

ApiAppResponse.md

File metadata and controls

20 lines (16 loc) · 1.08 KB

# ApiAppResponse

Contains information about an API App.

Properties

Name Type Description Notes
callbackUrl string The app's callback URL (for events)
clientId string The app's client id
createdAt number The time that the app was created
domains Array<string> The domain name(s) associated with the app
name string The name of the app
isApproved boolean Boolean to indicate if the app has been approved
oauth ApiAppResponseOAuth
options ApiAppResponseOptions
ownerAccount ApiAppResponseOwnerAccount
whiteLabelingOptions ApiAppResponseWhiteLabelingOptions

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