API Reference
DocumentationChangelogConsoleWebsite
  • API Guides
  • Overview
    • API design
    • Errors
    • Webview
    • Fair usage policy
    • Authentication
  • USER CONNECTIONS
    • Users
    • Connectors
    • Connections
  • PRODUCTS
    • DATA AGGREGATION
      • Bank accounts
      • Bank transactions
      • Transactions attachments
      • Categorization
      • Bank account types
      • Balances
      • Currencies
      • Account Ownerships
      • Identities (obsolete)
      • Categories (obsolete)
      • Invoices
      • Credit notes
      • Advisory (obsolete)
      • Indicators
    • WEALTH AGGREGATION
      • Investments
      • Market orders
      • Pockets
      • Loan amortizations
    • DOCUMENTS AGGREGATION
      • Subscriptions
      • Documents
      • Document types
      • Connection Identity
    • PAYMENTS
      • Payments
      • Payment Links
      • Transfers (obsolete)
  • API SETUP
    • Configuration
    • Client applications
Powered by GitBook
On this page
  • API endpoints
  • List identities
  • Get identity
  • Data model
  • IdentitiesList object
  • Identity object

Was this helpful?

  1. PRODUCTS
  2. DATA AGGREGATION

Identities (obsolete)

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

PreviousAccount OwnershipsNextCategories (obsolete)

Last updated 1 year ago

Was this helpful?

This feature is obsolete. Please refere to Account Ownerships.

API endpoints

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

List identities

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

Path Parameters

Name
Type
Description

userId*

Integer or "me"

ID of the related user.

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

Name
Type
Description

userId*

Integer or "me"

ID of the related user.

identityId*

Integer

ID of the identity.

Response body: Identity object

Data model

IdentitiesList object

Property
Type
Description

identities

List of identities.

Identity object

Property
Type
Description

id

Integer

ID of the identity.

id_connection

Integer

ID of the connection the identity was fetched from.

id_user

Integer

ID of the user.

id_source

Integer

ID of the source the identity was fetched from.

first_name

String or null

First name of the user, null if not returned by the institution.

last_name

String or null

Last name of the user, null if not returned by the institution.

full_name

String or null

Full name of the user has it is returned by the institution, null if not returned by the institution.

last_update

DateTime

Date and time when the identity was last updated.

ibans

Array of strings

List of IBANs returned by the connection.

Array of object

header authentication
Identity