Get single app

Get app details

Path parameters

appNamestringRequiredformat: "[^\/#\?]+?"

Headers

x-api-keystringRequired

Response

appIdstring

Unique identifier (UUID) for the app

keystring

Unique key/slug used to identify the app in URLs and API calls.

namestring

Human-readable display name of the app

displayNamestring

Human-readable display name of the app

descriptionstring
Short description about the app
categorieslist of strings or null
The categories of the app
docsstring or null
The documentation URL of the app, if available. Usually it's a link to the doc to setup and configure the app.
testConnectorslist of objects or null
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_authboolean or null

Indicates if the app is of no_auth type. If this is true, you can directly use the app without creating any integration.

auth_schemeslist of objects or null
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_endpointstring or null
The endpoint to get the current user
configuration_docs_textstring or nullDeprecated
The configuration documentation text of the app. This is deprecated and not used anywhere.
statusstring or nullDeprecated
The status of the app. This is deprecated and not used anymore.
documentation_doc_textstring or nullDeprecated
The documentation text of the app. This is deprecated and not used anywhere.