This endpoint allows you to create a new identity.
This endpoint is used to create a new identity within the system. The identity can represent either a USER or a COMPANY and must include relevant information like an external identifier, type, or status.
The contract identifier associated with the identity, if applicable.
imagestring
A URL to the image or avatar representing the identity.
sessionobject
Information about the current session for the identity, including device and login details.
bankAccountsarray of object
A list of bank accounts associated with the identity.
useruser
companycompany
extendedDataextendedData
The extendedData model allows for additional key-value pairs to be added to entities, providing extensibility and flexibility for custom or extra information not covered by default fields.
createdAtcreatedAt
Creation date, in ISO 8601 date format
updatedAtupdatedAt
Date of last update, in ISO 8601 date format
Response
Example response
Body
idid
A unique identifier, represented as a UUID (Universally Unique Identifier).
identityExternalIdstring
An external identifier used to represent the identity in external systems.
typeenum
Specifies whether the identity represents a USER or a COMPANY.
USERCOMPANY
statusenum
The current status of the identity, covering various stages like ACTIVE, PENDING, or BLOCKED.
The contract identifier associated with the identity, if applicable.
imagestring
A URL to the image or avatar representing the identity.
sessionobject
Information about the current session for the identity, including device and login details.
bankAccountsarray of object
A list of bank accounts associated with the identity.
useruser
companycompany
extendedDataextendedData
The extendedData model allows for additional key-value pairs to be added to entities, providing extensibility and flexibility for custom or extra information not covered by default fields.