Identities (obsolete)

Identities represent identification information returned by the institution about the user who established a connection.

This feature is obsolete. Please refere to Account Ownerships.

API endpoints

Authentication: endpoints listed in this page require header authentication with a user token.

List identities

GET https://{domain}.biapi.pro/2.0/users/{userId}/identities

Path Parameters

Response body: IdentitiesList object

Get identity

GET https://{domain}.biapi.pro/2.0/users/{userId}/identities/{identityId}

Get a single identity by ID.

Path Parameters

Response body: Identity object

Data model

IdentitiesList object

Identity object

Last updated