Rates

Get https://whitelabel.markets/demos/apex/api/v1/giftcard/rates/{card_id}

Headers

Authorization* string

Pass your {secret_key} as a bearer token in the request header to authorize this call

Path parameters

card_id string

Card ID

Body parameters

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

Response


{
    "data": [
        {
            "id": "0c50cefe-06e7-4375-8708-987faa8d7c69",
            "card": "Mockup Card",
            "amount": "1000",
            "currency": "USD"
        },
        {
            "id": "1e582cd1-14a0-4137-8513-6fd3390657c4",
            "card": "Mockup Card",
            "amount": "1500.00",
            "currency": "USD"
        },
        {
            "id": "5a4f449a-8bc2-4c69-8112-d29ffe89d556",
            "card": "Mockup Card",
            "amount": "2500.00",
            "currency": "USD",
        }
    ]
}