Skip to main content
GET
/
v1
/
connect
/
app_categories
cURL
curl --request GET \
  --url https://api.pipedream.com/v1/connect/app_categories \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "description": "<string>"
  }
]

Authorizations

Authorization
string
header
required

A short-lived Connect token for client-side requests on behalf of an end user. Generate one via the Create Connect token endpoint.

Response

200 - application/json

apps listed

id
string

ID of the app category

name
string

The human-readable name of the app category

description
string | null

A short description of the app category