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