Personalized Offers
PO
Personalized Offers
/redeemedoffers

Returns Redeemed Offers

This resource returns offers that have been fulfilled by the user.

liveunknown~3s typical
redeemed offerspersonalized
$0.0020
per call
plus $0.001 platform fee per run
Public API, no upstream charge
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-mastercard-com-personalizedloyaltyoffers /redeemedoffers for me.

Input

FieldTypeDescription
FId*stringFinancial Institution Identifier. Code that specifies the platform and configuration instance, provided by Mastercard during implementation. default null
UserToken*stringSession identifier as returned by the UserToken resource. default null
LangstringWhen utilized with a multi-lingual implementation, may be the tongue and country of the user in ISO 639-1, underscore, ISO 3166-1 alpha-2 format. default null
PageNumberintegerSegment of offers to return. default null
ItemsPerPageintegerSegment size of offer to be returned. Default is 25. default null

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"oa-mastercard-com-personalizedloyaltyoffers","endpoint":"/redeemedoffers","input":{"FId":"...","UserToken":"...","Lang":"...","PageNumber":1,"ItemsPerPage":1}}'
cli
npx cracked-ai run -p oa-mastercard-com-personalizedloyaltyoffers -e /redeemedoffers -i '{"FId":"...","UserToken":"...","Lang":"...","PageNumber":1,"ItemsPerPage":1}'
mcp
run_tool({ provider: "oa-mastercard-com-personalizedloyaltyoffers", endpoint: "/redeemedoffers", input: {"FId":"...","UserToken":"...","Lang":"...","PageNumber":1,"ItemsPerPage":1} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.