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

The access token received from the authorization server in the OAuth 2.0 flow.

Response

200 - application/json

apps listed

Response received when listing app categories