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
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-mastercard-com-personalizedloyaltyoffers /matchedoffers 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 |
| MerchantName | string | Fuzzy 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 |
| Category | string | Offer Categories. default null |
| OfferType | string | The 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 |
| 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":"/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.