Workday announces intent to acquire Pipedream 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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The access token received from the authorization server in the OAuth 2.0 flow.
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?