Skip to content

Getting a list of customers from institution.

Request

No request data

curl -i -X GET \
  https://api.nyala.de/api/external/v1/customers

Responses

OK

Bodyapplication/json
errorMessageCodesArray of strings or nullread-only
errorsArray of objects or null(Error)read-only
dataArray of objects or null(CustomerAccountDto)read-only
Response
{ "errorMessageCodes": [ "string" ], "errors": [ {} ], "data": [ {} ] }