Accounts

List linked external bank accounts.

get/external-accounts

Query parameters

limitstring

Page size, 1–100 (default 25).

Page size, 1–100 (default 25).

cursorstring

Opaque cursor from a prior response nextCursor.

Opaque cursor from a prior response nextCursor.

type'checking' | 'savings'

Only accounts of this type.

Only accounts of this type.

status'active' | 'inactive'

Only connections reporting this status.

Only connections reporting this status.

Response

A page of linked accounts.

nextCursorstring nullable required

Pass back as ?cursor for the next page; null on the last page.

Changes