POST
/
asset
/
download
/
csv
Download asset data as CSV
curl --request POST \
  --url https://server26-dot-royalti-project.uc.r.appspot.com/asset/download/csv \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "assetIds": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ]
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Body

application/json

Response

200
text/csv

CSV file download

The response is of type file.