PO
Personalized Offers
/offerdetails
Returns Information on an Offer
This resource returns extended information for the requested offer, typically used to display a detail view.
liveunknown~3s typical
offer detailspersonalized
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-mastercard-com-personalizedloyaltyoffers /offerdetails 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 |
| OfferId* | string | System-wide identifier for the campaign, not intended for end-user display. 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":"/offerdetails","input":{"FId":"...","UserToken":"...","OfferId":"..."}}'cli
npx cracked-ai run -p oa-mastercard-com-personalizedloyaltyoffers -e /offerdetails -i '{"FId":"...","UserToken":"...","OfferId":"..."}'mcp
run_tool({ provider: "oa-mastercard-com-personalizedloyaltyoffers", endpoint: "/offerdetails", input: {"FId":"...","UserToken":"...","OfferId":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.