Skip to main content

nametypeDescription

cURL
curl --request POST
'https://test-api.bvndle.com/api/v1/laas/coins/gift-card/create' \
--header 'Content-Type: application/json' \

{
    "cardName": "User Gift Card",
    "amount": 100,
    "message": "User Gift Card",
    "recipients": ["d3c0c232-6e07-40eb-a1ee-593483d689c9"],
}
{
  "status": "success",
  "message": "Gift Card Created Successfully",
  "data": {}
}