v1/purchase
This endpoint is dedicated to production usage of BrickVerse & not recommended for 3rd Party applications due to cookie requirement & way we handle data on this endpoint.
GET
https://api.brickverse.co/v1/asset/purchase
This endpoint allows you to purchase a asset.
Query Parameters
Name | Type | Description |
---|---|---|
id* | Int | Asset ID |
Due to this endpoint not returning JSON, you can parse the body with Javascript. Heres a example.
This endpoint is used for purchasing user-created assets such as Hats, Shirts, Pants, etc.
Last updated