v1/get
GET
https://api.brickverse.co/v1/asset/get
This endpoint allows you to get asset information
Request Body
Name
Type
Description
assetid
number
AssetID
{
"status": "success",
"data": [{
"id": "1",
"name": "Baseplate",
"type": "Universe",
"creator": "1",
}]
}
Endpoint inactive. under going revamp.
Last updated
Was this helpful?