Developers
V1PlatformReward settings

Admin chooses one reward per merchant or one across the pilot; locks on first publication

PUT
/v1/platform/reward-settings
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X PUT "https://example.com/v1/platform/reward-settings" \  -H "Content-Type: application/json" \  -d '{    "claimPolicy": "per_merchant"  }'
{  "claimPolicy": "per_merchant",  "locked": true,  "merchantLimit": 5}