curl --request GET \
--url https://api.topsort.com/public/v1/assets/asset/{asset-id}
{
"brands": [
"<string>"
],
"collections": [
"<string>"
],
"id": "<string>",
"isExternal": true,
"metadata": {},
"mimetype": "<string>",
"name": "<string>",
"productIds": [
"<string>"
],
"status": "pending_upload",
"url": "<string>"
}
Retrieves an asset.
curl --request GET \
--url https://api.topsort.com/public/v1/assets/asset/{asset-id}
{
"brands": [
"<string>"
],
"collections": [
"<string>"
],
"id": "<string>",
"isExternal": true,
"metadata": {},
"mimetype": "<string>",
"name": "<string>",
"productIds": [
"<string>"
],
"status": "pending_upload",
"url": "<string>"
}
Asset ID.
Successful Response
The response is of type object
.