Get asset
Get an asset by id
AuthorizationBearer <token>
Bearer token authentication. Use your API key as the bearer token.
In: header
Path Parameters
assetIdstring
Asset ID
Response Body
curl -X GET "https://eu1.api.bivariant.com/v1/assets/string"{
"appId": "string",
"createdAt": "string",
"description": "string",
"downloadUrl": "string",
"fileSize": 0,
"id": "string",
"isFolder": true,
"isSystem": true,
"mimeType": "string",
"name": "string",
"organizationId": "string",
"ownerId": "string",
"parentId": "string",
"spaceId": "string",
"status": null,
"updatedAt": "string"
}{
"code": "string",
"message": "string"
}{
"code": "string",
"message": "string"
}{
"code": "string",
"message": "string"
}{
"code": "string",
"message": "string"
}