List All Apps
Retrieves a list of all available apps in the Composio platform.
This endpoint allows clients to explore and discover the supported apps. It returns an array of app objects, each containing essential details such as the appβs key, name, description, logo, categories, and unique identifier.
Use this endpoint to build a catalog of available apps and provide your users with an overview of the apps they can integrate with.
GET
/
v1
/
apps
Authorizations
X-API-Key
string
headerrequiredResponse
200 - application/json
items
object[]
An array of app objects.
Was this page helpful?