v1
latestOpenAPI 3.1.02026-07-2665153355.3 KBAssets
Retrieves a list of all assets in the Assets Library.
get/components/v1/asset
Response
Assets retrieved successfully.
Example response
{
"getAllAssetsResponse": [
{
"id": "507f1f77bcf86cd799439011",
"name": "gold_coins_icon",
"type": "product",
"imageUrl": "https://media.appcharge.com/media/691d8c9f127412f152236889baf5",
"contentType": "image/png",
"externalImageUrl": "https://example.com/assets/gold_coins_icon.png"
}
]
}