Skip to content

Downloads the registry extract file for a specific customer and tokenized asset.

Request

Security
ApiKey
Path
institutionIdstring, (uuid)required

The unique identifier of the institution.

customerIdstring, (uuid)required

The unique identifier of the customer.

fileNamestringrequired

The name of the file to download.

curl -i -X GET \
  'https://vault.nyala.de/api/Customer/{institutionId}/{customerId}/registry-extract/{fileName}' \
  -H 'X-API-KEY: YOUR_API_KEY_HERE'

Responses

OK

Bodyapplication/json
dataobject(FileResponseDto)
errorMessageCodesArray of strings or null
Example:null
Response
{ "data": { "name": "string", "data": "string", "contentType": "string" }, "errorMessageCodes": null }