Get single app

GET

Get app details

Path parameters

appNamestringRequired

Headers

x-org-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

descriptionstring

Short description about the app

categorieslist of stringsOptional

The categories of the app

docsstringOptional

The documentation URL of the app, if available. Usually it’s a link to the doc to setup and configure the app.

testConnectorslist of maps from strings to anyOptional

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_authbooleanOptional

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 maps from strings to anyOptional

The authentication schemes supported by the app. This contains all the fields and details needed to setup and configure auth for this app.

metaanyOptional
configuration_docs_textstringOptionalDeprecated

The configuration documentation text of the app. This is deprecated and not used anywhere.

statusstringOptionalDeprecated

The status of the app. This is deprecated and not used anymore.

documentation_doc_textstringOptionalDeprecated

The documentation text of the app. This is deprecated and not used anywhere.

Errors

Built with