PO
Personalized Offers
/redeemedoffers
Returns Redeemed Offers
This resource returns offers that have been fulfilled by the user.
liveunknown~3s typical
redeemed offerspersonalized
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-mastercard-com-personalizedloyaltyoffers /redeemedoffers for me.
Input
| Field | Type | Description |
|---|---|---|
| FId* | string | Financial Institution Identifier. Code that specifies the platform and configuration instance, provided by Mastercard during implementation. default null |
| UserToken* | string | Session identifier as returned by the UserToken resource. default null |
| Lang | string | When 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 |
| PageNumber | integer | Segment of offers to return. default null |
| ItemsPerPage | integer | Segment 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.