{ "opencollection": "1.0.0", "info": { "name": "Core accepted countries Account Rewards API", "version": "3.0.39" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Account Rewards", "type": "folder" }, "items": [ { "info": { "name": "Create account reward", "type": "http" }, "http": { "method": "POST", "url": "/v3/accounts/:account_token/rewards", "params": [ { "name": "account_token", "value": "", "type": "path", "description": "Unique identifier of the credit account for which you want to create a reward.\n\nSend a `GET` request to `/credit/accounts` to retrieve existing credit account tokens." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a reward for an existing credit account." } ] } ], "bundled": true }