- Get Project Transfers.
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.
Downloads the registry extract file for a specific customer and tokenized asset.
Get Project Transfers.
Security
ApiKey
- Production Environmenthttps://vault.nyala.de/api/Project/{institutionId}/{projectId}/transfers
- UAT / Sandbox Environmenthttps://uat.vault.nyala.de/api/Project/{institutionId}/{projectId}/transfers
curl -i -X GET \
'https://vault.nyala.de/api/Project/{institutionId}/{projectId}/transfers' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'Response
{ "data": [ { … } ], "errorMessageCodes": null }