{
"id": "<string>",
"image": "<string>",
"links": {},
"action_types": [
"<unknown>"
],
"title": "<string>",
"images": {
"url_16x16": "<string>",
"url_32x32": "<string>",
"url_64x64": "<string>",
"url_128x128": "<string>"
},
"hex_color": "<string>",
"categories": [
{
"slug": "<string>"
}
],
"description": "<string>",
"key": "<string>",
"selected_api": "<string>",
"type": "app"
}App
An app that integrates with Zapier
Unique id of the app
Default image/icon to represent the app.
A url that, when visited, will direct the user to authenticate with the app and allow Zapier access to the app, thus creating a new Authentication.
If value is `null`, then no authentication is required to use the app. Client ID-authenticated requests will never have this object's fields populated.
Show child attributes
Show child attributes
A list of action types for this specific App
Human readable name of the app
The URL of images (of various sizes) for this specific App
Show child attributes
Show child attributes
A branded color that can be used to represent the app.
A list of categories to which this app belongs. Helpful in identifying apps by type and functionality.
Show child attributes
Show child attributes
Human readable description of the app.
A stable, versionless key that identifies the app's current implementation (e.g. HubSpotCLIAPI).
The latest versioned identifier for the app's current implementation (e.g. HubSpotCLIAPI@1.4.18). For versionless implementations this matches key (e.g. GoogleSheetsV2API). This is the latest promoted version, not a pinned or historical version.
The type of this object.
Was this page helpful?