Skip to content

Getting a customer by Id.

Request

Path
customer-idstring, (uuid)required

Customer id.

curl -i -X GET \
  'https://api.nyala.de/api/external/v1/customers/{customer-id}'

Responses

OK

Bodyapplication/json
errorMessageCodesArray of strings or nullread-only
errorsArray of objects or null(Error)read-only
dataobject(CustomerAccountDto)
Response
{ "errorMessageCodes": [ "string" ], "errors": [ {} ], "data": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "firstname": "string", "lastname": "string", "institutionId": "cdae5c01-a629-4362-be56-52101ec22a49", "institutionName": "string", "salutation": "string", "type": "Unknown", "birthDate": "2019-08-24T14:15:22Z", "title": "string", "email": "string", "phoneNumber": "string", "taxId": "string", "walletAccess": "None", "address": {}, "nationalityId": "563be3ed-4854-427b-af32-b4b1edaa3f50", "nationalityIso": "string", "gender": "NotSet", "kycData": {}, "company": {}, "approvedForMonerium": true, "moneriumIban": "string", "tanganyCustomerId": "cc40149a-3820-4e83-9937-335fa7f60320", "tanganyAuthorizedId": "118e1b44-f5f8-4d0d-a111-66cabdff05e5", "tanganyOwnerId": "28e3c411-8361-45dc-9194-6f06b49469e5", "hadcCustomerId": "6f3ba510-55ec-488e-ac0c-6ea3b582f9ed" } }