Identities

List Associated Identities

Retrieve a list of Associated Identities for an Identity.

For details on how to query endpoints using the available parameters, see Query Parameters.

get/identities/{identity_id}/associated_identities

Query parameters

limitinteger
Example:10

The numbers of items to return.

after_cursorstring

Return every resource created after the cursor value.

before_cursorstring

Return every resource created before the cursor value.

Response

List of Identity objects

Changes

Changed in 1 of the 9 revisions of this API.212

  • 7919e33b4853212See the full diff
    • the response property _embedded/identities/items/entity/personal_address became nullable for the status 200

      response-property-became-nullable

    • the _embedded/identities/items/entity/personal_address response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • added the optional property _embedded/identities/items/additional_underwriting_data/annual_card_volume to the response with the 200 status

      response-optional-property-added

    • added the optional property _embedded/identities/items/entity/business_tax_id_fingerprint to the response with the 200 status

      response-optional-property-added

    • added the optional property _embedded/identities/items/entity/business_tax_id_provided to the response with the 200 status

      response-optional-property-added

    • added the optional property _embedded/identities/items/entity/personal_address/line2 to the response with the 200 status

      response-optional-property-added

    • added the optional property _embedded/identities/items/entity/tax_id_fingerprint to the response with the 200 status

      response-optional-property-added

    • added the optional property _embedded/identities/items/entity/tax_id_provided to the response with the 200 status

      response-optional-property-added

    • removed address from the _embedded/identities/items/entity/personal_address response property allOf list for the response status 200

      response-property-all-of-removed

    • added the required property _embedded/identities/items/entity/personal_address/city to the response with the 200 status

      response-required-property-added

    • added the required property _embedded/identities/items/entity/personal_address/country to the response with the 200 status

      response-required-property-added

    • added the required property _embedded/identities/items/entity/personal_address/line1 to the response with the 200 status

      response-required-property-added

    • added the required property _embedded/identities/items/entity/personal_address/postal_code to the response with the 200 status

      response-required-property-added

    • added the required property _embedded/identities/items/entity/personal_address/region to the response with the 200 status

      response-required-property-added