Pipedream has joined Workday Learn more
cURL
curl --request GET \ --url https://api.pipedream.com/v1/connect/app_categories \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "description": "<string>" } ]
Retrieve all available categories for integrated apps
A short-lived Connect token for client-side requests on behalf of an end user. Generate one via the Create Connect token endpoint.
apps listed
ID of the app category
The human-readable name of the app category
A short description of the app category
Was this page helpful?