List Accounts
API Endpoints
List Accounts
Retrieves a list of all accounts owned by a specific account owner (customer).
GET
List Accounts
Fetches all accounts associated with a specific account owner, allowing customers to view all their accounts in one place.
Request Headers
The JWT Access Token obtained from the
/login or /refresh-token endpoint.Unique idempotency key for the request to prevent duplicate processing.
The date and time at which the request was initiated (ISO 8601 format).
The IP address of the customer making the request.
Unique identifier for the interaction/session.
Path Parameters
The unique identifier (UUID) of the account owner (customer) whose accounts to retrieve.
