- Searches for a customer by firstname lastname or email.
Getting a list of customers from institution.
Creates a new customer inside the institution.
Getting a customer by Id.
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.
Searches for a customer b...
- Production Environmenthttps://api.nyala.de/api/external/v1/search
- UAT / Sandbox Environmenthttps://uat.api.nyala.de/api/external/v1/search
curl -i -X GET \
'https://api.nyala.de/api/external/v1/search?searchText=string&take=100&skip=0'Response
{ "errorMessageCodes": [ "string" ], "errors": [ { … } ], "data": [ { … } ] }