Get balance Run in API Explorer
Ask AI
POST
/giftCards/channel/{channelLinkId}/profileLink/{giftCardProviderProfileLinkId}/getGiftCardBalance
curl \
--request POST 'https://api.staging.deliverect.com/giftCards/channel/{{channelLinkId}}/profileLink/{{giftCardProviderProfileLinkId}}/getGiftCardBalance' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"number":"ABC","verificationCode":"1234"}'
Request example
{
"number": "ABC",
"verificationCode": "1234"
}
Response examples (200)
{
"amount": 6346,
"giftCardNumber": "6000101001050148"
}