Skip to content

Returns a list of retail wallet object associated with the given customer id.

Request

Path
customer-idstring, (uuid)required

Customer Id.

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

Responses

OK

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