PO
Personalized Offers
/usertoken
Returns User Session Token
This resource creates the user session. It must be called prior to any other API calls for the specified user. The Token value does not expire.
liveunknown~3s typical
user tokenpersonalized
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-mastercard-com-personalizedloyaltyoffers /usertoken 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 |
| AuthInfo* | string | Authorization Information. AES 128-bit encrypted concatenation of "User ID as specified in enrollment:FI ID as provided by Mastercard:current Unix time". Key exchange and establishment of maintenance 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":"/usertoken","input":{"FId":"...","AuthInfo":"..."}}'cli
npx cracked-ai run -p oa-mastercard-com-personalizedloyaltyoffers -e /usertoken -i '{"FId":"...","AuthInfo":"..."}'mcp
run_tool({ provider: "oa-mastercard-com-personalizedloyaltyoffers", endpoint: "/usertoken", input: {"FId":"...","AuthInfo":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.