v7

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0462198511.0 KB
customers

List Customer Account Ownerships

Retrieve the account ownerships for a customer.

get/customers/{id}/account-ownerships

Path parameters

idstring required

Response

OK

created_atstring date-time required

The timestamp (in ISO-8601 format) of when the resource was created.

idstring required

Unique resource identifier.

is_primaryboolean required

Whether this is the customer's primary account ownership.

modified_atstring date-time required

The timestamp (in ISO-8601 format) of when the resource was last modified.

Example response

[
  {
    "customer": {
      "date_of_birth": "1988-04-12T00:00:00Z",
      "risk_score": "42.50"
    }
  }
]