Create an identity
This endpoint allows you to create a new identity.
Last updated
This endpoint allows you to create a new identity.
Last updated
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
.
A unique identifier, represented as a UUID (Universally Unique Identifier).
An external identifier used to represent the identity in external systems.
Specifies whether the identity represents a USER or a COMPANY.
The current status of the identity, covering various stages like ACTIVE, PENDING, or BLOCKED.
The contract identifier associated with the identity, if applicable.
A URL to the image or avatar representing the identity.
Information about the current session for the identity, including device and login details.
A list of bank accounts associated with the identity.
Details of the user associated with this identity. This field is required when the 'type' is USER
.
Details of the company associated with this identity. This field is required when the 'type' is COMPANY
.
Additional data related to the identity, which can vary depending on use cases.
The timestamp of when the identity was created, in ISO 8601 format.
The timestamp of the last update to the identity, in ISO 8601 format.