Skip to main content
GET
/
api
/
v1
/
connected_accounts
List connected accounts
curl --request GET \
  --url https://flowra.dev/api/v1/connected_accounts \
  --header 'x-api-key: <api-key>'
{
  "items": "<array>",
  "nextCursor": "eyJwYWdlIjoyLCJsaW1pdCI6MTB9",
  "totalPages": 5,
  "currentPage": 1,
  "totalItems": 50
}

Authorizations

x-api-key
string
header
required

Project API key. Create and manage keys in the dashboard under Project → API Keys. Send as header: x-api-key:

Query Parameters

toolkitSlugs
string[]

The toolkit slugs of the connected accounts

statuses
enum<string>[]

The status of the connected account

cursor
string

The cursor to paginate through the connected accounts

limit
number
default:10

The limit of the connected accounts to return

eUIDs
string[]

The external user ids (eUID) of the connected accounts

authConfigIds
string[]

The auth config ids of the connected accounts

connectedAccountIds
string[]

The connected account ids to filter by

orderBy
enum<string>

The order by of the connected accounts

Available options:
createdAt,
updatedAt
orderDirection
enum<string>

The order direction of the connected accounts

Available options:
asc,
desc
labels
string[]

The labels of the connected accounts

Response

Successfully retrieved connected accounts