Get single app
Get app details
Path parameters
appName
Headers
x-api-key
Response
appId
Unique identifier (UUID) for the app
key
Unique key/slug used to identify the app in URLs and API calls.
name
Human-readable display name of the app
displayName
Human-readable display name of the app
description
Short description about the app
logo
URL to the app's logo image, used for UI display
categories
The categories of the app
docs
The documentation URL of the app, if available. Usually it's a link to the doc to setup and configure the app.
testConnectors
The test connectors available for the app. If this is not empty, it means composio allows you to setup this app without configuring and setting up your own auth app.
no_auth
Indicates if the app is of no_auth
type. If this is true, you can directly use the app without creating any integration.
auth_schemes
The authentication schemes supported by the app. This contains all the fields and details needed to setup and configure auth for this app.
get_current_user_endpoint
The endpoint to get the current user
configuration_docs_textDeprecated
The configuration documentation text of the app. This is deprecated and not used anywhere.
statusDeprecated
The status of the app. This is deprecated and not used anymore.
documentation_doc_textDeprecated
The documentation text of the app. This is deprecated and not used anywhere.