Contains information about an API App.
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 |