Skip to main content

Returns the accounts for a specific customer accessible to the querying user

GET 

/customers/:customerId/accounts

Returns all accounts for a specific customer. Paging is done based on the account object, i.e. if limit is set to 1, then 1 account will be returned per page.

Request

Responses

Account List

Response Headers
    X-Correlation-ID

    Client defined ID from request to correlates HTTP requests between a client and server.

    nextCursor

    An opaque string value, or an empty string if there are no more results.