Individuals API
Individuals API
Authenticationβ
- HTTP: Bearer Auth
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |
Search individuals
Search and return a paginated list of individuals
Create individual
Create an individual object in the storage and return the id of the created object. If the configuration is enabled for KYC a KYC process will be started.
Get individual by id
Get an individual from the storage and return the object.
Update individual
Update an individual object in the storage. If the configuration is enabled and a KYC process is needed then it will be started.
Delete individual
Remove an individual object in the storage.
Get individual documents
Get all the documents of an individual
Create individual document
Add a document for an individual
Get individual document
Get a specific document of an individual
Update individual document
Update a document for an individual
Delete individual document
Remove a document for an individual
Get individual metadatas
Get all the metadata of an individual
Create individual metadata
Add a metadata for an individual
Get individual metadata
Get a specific metadata of an individual
Update individual metadata
Update a metadata for an individual
Delete individual metadata
Remove a metadata from an individual