Skip to main content
GET
List connected accounts

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:

Headers

x-username
string
default:(project default user)

External user (end user) to act as. Optional — if omitted, Flowra uses the project’s default external user. Send a stable username (e.g. customer_alice) only when you need another end-user context.

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