API Reference
Get https://whitelabel.markets/demos/giftcard/api/rates/{country_id}
Authorization* string
Pass your {secret_key} as a bearer token in the request header to authorize this call
country_id string
Country ID
page string
Sets the page number; use "all" to retrieve all items. The default is 1
limit integer
Specifies the default number of items per page, with a default setting of 20
{
"data": [
{
"id": "0c50cefe-06e7-4375-8708-987faa8d7c69",
"value": "1500000.00",
"value_currency": "NGN",
"cost": "996.68",
"cost_currency": "USD",
"card": "Mockup Card"
},
{
"id": "1e582cd1-14a0-4137-8513-6fd3390657c4",
"value": "7500000.00",
"value_currency": "NGN",
"cost": "5000.00",
"cost_currency": "USD",
"card": "Mockup Card"
},
{
"id": "5a4f449a-8bc2-4c69-8112-d29ffe89d556",
"value": "3000000.00",
"value_currency": "NGN",
"cost": "2500.00",
"cost_currency": "USD",
"card": "Mockup Card"
}
]
}