Skip to content

Get Project OptIns.

Request

Security
ApiKey
Path
institutionIdstring, (uuid)required
projectIdstring, (uuid)required

The ID of the project.

curl -i -X GET \
  'https://vault.nyala.de/api/Project/{institutionId}/{projectId}/optins' \
  -H 'X-API-KEY: YOUR_API_KEY_HERE'

Responses

OK

Bodyapplication/json
dataArray of objects(TokenizedAssetOptInDto)
errorMessageCodesArray of any or null
Example:null
Response
{ "data": [ {} ], "errorMessageCodes": null }