Personalized Offers
PO
Personalized Offers
/usersavings

Returns Savings for the User

This resource returns the accumulated and potential savings for a Personalized Offers user.

liveunknown~3s typical
user savingspersonalized
$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 /usersavings 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

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":"/usersavings","input":{"FId":"...","UserToken":"..."}}'
cli
npx cracked-ai run -p oa-mastercard-com-personalizedloyaltyoffers -e /usersavings -i '{"FId":"...","UserToken":"..."}'
mcp
run_tool({ provider: "oa-mastercard-com-personalizedloyaltyoffers", endpoint: "/usersavings", input: {"FId":"...","UserToken":"..."} })

Try it

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