cURL
List accounts
Retrieve all connected accounts for the project with optional filtering
GET
cURL
Documentation Index
Fetch the complete documentation index at: https://pipedream.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
To retrieve credentials for OAuth apps (Slack, Google Sheets, etc), the connected account must be using your own OAuth client.
Authorizations
A short-lived Connect token for client-side requests on behalf of an end user. Generate one via the Create Connect token endpoint.
Headers
The environment in which the server client is running
Available options:
development, production Path Parameters
The project ID, which starts with proj_.
Pattern:
^proj_[a-zA-Z0-9]+$Query Parameters
The cursor to start from for pagination
The cursor to end before for pagination
The maximum number of results to return
The app slug or ID to filter accounts by.
Whether to retrieve the account's credentials or not
The OAuth app ID to filter by, if applicable
Pattern:
^oa_[0-9a-zA-Z]+$