- Downloads the registry extract file for a specific customer and tokenized asset.
Retrieves a list of projects by institution ID.
Creates a new project.
Updates a project.
Get Project OptIns.
Downloads the registry extract for a project.
Enqueue a task to start the registry extract generation for a specified project and institution.
Get Project Transfers.
Downloads the registry ex...
Security
ApiKey
- Production Environmenthttps://vault.nyala.de/api/Customer/{institutionId}/{customerId}/registry-extract/{fileName}
- UAT / Sandbox Environmenthttps://uat.vault.nyala.de/api/Customer/{institutionId}/{customerId}/registry-extract/{fileName}
curl -i -X GET \
'https://vault.nyala.de/api/Customer/{institutionId}/{customerId}/registry-extract/{fileName}' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'Response
{ "data": { "name": "string", "data": "string", "contentType": "string" }, "errorMessageCodes": null }