Tail
Apps
Get available apps
GET
Authorizations
Response
200 - application/json
Successful Response
List of available applications.
Example:
[
{
"appDescription": "This app helps you be more productive.",
"appName": "my_awesome_app",
"appUrl": "https://my-awesome-app.com",
"category": "Productivity",
"displayName": "My Awesome App",
"icon": "https://example.com/app_icon.png",
"status": "Active"
}
]
Was this page helpful?