Identities
Manage identities, allowing you to create and retrieve user or company identities, including relevant details like status, bank accounts, and more.
Last updated
Manage identities, allowing you to create and retrieve user or company identities, including relevant details like status, bank accounts, and more.
Last updated
This API allows the management of identities, providing operations to create new identities and retrieve detailed information about existing identities, whether they represent users or companies. These identities include attributes such as bank accounts, user/company details, and associated metadata.
POST
Create a new identity (user or company).
GET
Retrieve details of a specific identity.
This API is secured using API key and Bearer token authentication.
API Key: Include the x-api-key
in the header.
Bearer Token: Authenticate with a JWT bearer token.
For more detailed information about the models and related fields, please refer to the model page
Represents a unique user or company identity within the system. Includes details such as external ID, status, or session data.
Contains details about a bank account associated with an identity. Includes fields like account number, currency, country, or IBAN.
Represents a company entity in the system. Includes legal information, tax condition, registration number, and beneficial ownership details.
Represents an individual user in the system. Includes personal details such as name, document number, contact info, and KYC/AML data.