Personalized Offers
PO
Personalized Offers
/matchedoffers

Returns Matched Offers

This resource returns offers that are available to the user and conform to the search criteria (if specified).

liveunknown~3s typical
matched 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 /matchedoffers 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
MerchantNamestringFuzzy term to search retailers with offers for the user. In general, searching of Matched Offers is not advised as users generally have a modest selection of highly relevant promotions. default null
CategorystringOffer Categories. default null
OfferTypestringThe kind of deal. POSTPAIDCREDIT- Statement Credit Offer, which is a discount that is automatically applied to the card linked to the user and utilized to make the purchase. 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":"/matchedoffers","input":{"FId":"...","UserToken":"...","Lang":"...","MerchantName":"...","Category":"...","OfferType":"...","PageNumber":1,"ItemsPerPage":1}}'
cli
npx cracked-ai run -p oa-mastercard-com-personalizedloyaltyoffers -e /matchedoffers -i '{"FId":"...","UserToken":"...","Lang":"...","MerchantName":"...","Category":"...","OfferType":"...","PageNumber":1,"ItemsPerPage":1}'
mcp
run_tool({ provider: "oa-mastercard-com-personalizedloyaltyoffers", endpoint: "/matchedoffers", input: {"FId":"...","UserToken":"...","Lang":"...","MerchantName":"...","Category":"...","OfferType":"...","PageNumber":1,"ItemsPerPage":1} })

Try it

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