{ "opencollection": "1.0.0", "info": { "name": "Core accepted countries Rewards API", "version": "3.0.39" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Rewards", "type": "folder" }, "items": [ { "info": { "name": "Retrieve account signup bonus progress.", "type": "http" }, "http": { "method": "GET", "url": "/v3/accounts/:account_token/signupbonusprogress", "params": [ { "name": "account_token", "value": "", "type": "path", "description": "Unique identifier of the credit account for which you want to retrieve the sign up bonus for.\n\nSend a `GET` request to `/credit/accounts` to retrieve existing credit account tokens." } ] }, "docs": "Retrieve the signup bonus progress, including the bonus amount and the remaining amount to be earned." } ] } ], "bundled": true }