GET
/
data-assets
/
{id}
/
download
curl --request GET \
  --url https://api.gateway.tech/data-assets/{id}/download \
  --header 'Authorization: <api-key>'
[
  123
]

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and the JWT token.

Path Parameters

id
integer
required

Data Asset ID

Response

200 - application/json
OK

The response is of type integer[].