- Getting a list of customers from institution.
Creates a new customer inside the institution.
Getting a customer by Id.
Searches for a customer by firstname lastname or email.
Saving KYC data for custodying customer wallets.
Saving KYC data - Concedus customer.
Sends the KYC data of a specific customer to Concedus for further processing.
Sends the KYC data of a specific company to Concedus for further processing.
Getting a list of custome...
- Production Environmenthttps://api.nyala.de/api/external/v1/customers
- UAT / Sandbox Environmenthttps://uat.api.nyala.de/api/external/v1/customers
curl -i -X GET \
https://api.nyala.de/api/external/v1/customersResponse
{ "errorMessageCodes": [ "string" ], "errors": [ { … } ], "data": [ { … } ] }