Skip to main content
GET
/
integrations
/
apps
List available apps
curl --request GET \
  --url https://api.kapso.ai/platform/v1/integrations/apps \
  --header 'X-API-Key: <api-key>'
{
  "data": [
    {
      "id": "<string>",
      "name_slug": "<string>",
      "name": "<string>",
      "description": "<string>",
      "img_src": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Query Parameters

query
string

Search by app name

q
string

Search by app name (alias)

has_components
boolean

Only apps with components

has_actions
boolean

Only apps with actions

has_triggers
boolean

Only apps with triggers

limit
integer
default:50

Response

Success

data
object[]