GET
/
api
/
v1
/
apps
/
{appName}

Authorizations

x-api-key
string
header
required

API key for authentication, you can easily get it from the dashboard after login or if you are using CLI, you can get it from the composio whoami command

Path Parameters

appName
string
required

Response

200 - application/json
appId
string
required

Unique identifier (UUID) for the app

description
string
required

Short description about the app

key
string
required

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

name
string
required

Human-readable display name of the app

auth_schemes
object[]

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

categories
string[]

The categories of the app

configuration_docs_text
string
deprecated

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

docs
string

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

documentation_doc_text
string
deprecated

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

URL to the app's logo image, used for UI display

meta
any

The metadata of the app

no_auth
boolean

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

status
string
deprecated

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

testConnectors
object[]

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.