Skip to main content

Returns a list of customers.

GET 

/customers

Returns a list of all customers. A customer is an object which holds a contract with a (custody-)bank. Paging is done based on the customer object, i.e. if limit is set to 1, then 1 customer will be returned per page.

Request

Responses

A customer object list.

Response Headers
    X-Correlation-ID

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

    nextCursor

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