v1
latestOpenAPI 3.0.42026-08-0462132372.2 KBList accounts
Retrieve all connected accounts for the project with optional filtering
get/v1/connect/{project_id}/accounts
Query parameters
afterstring
The cursor to start from for pagination
beforestring
The cursor to end before for pagination
limitinteger
The maximum number of results to return
appstring
The app slug or ID to filter accounts by.
include_credentialsboolean
Whether to retrieve the account's credentials or not
Headers
x-pd-environment'development' | 'production' required
The environment in which the server client is running
The environment in which the server client is running
Response
accounts listed
Example response
{
"page_info": {
"count": 10,
"total_count": 120
}
}