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