{ "opencollection": "1.0.0", "info": { "name": "Core accepted countries Account Bundle Transitions API", "version": "3.0.39" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Account Bundle Transitions", "type": "folder" }, "items": [ { "info": { "name": "List account bundle transitions", "type": "http" }, "http": { "method": "GET", "url": "/v3/accounts/:account_token/bundletransitions", "params": [ { "name": "account_token", "value": "", "type": "path", "description": "Unique identifier of the credit account for which you want to retrieve bundle transitions.\n\nSend a `GET` request to `/credit/accounts` to retrieve existing credit account tokens." }, { "name": "count", "value": "", "type": "query", "description": "Number of account bundle transition resources to retrieve." }, { "name": "start_index", "value": "", "type": "query", "description": "Sort order index of the first resource in the returned array." }, { "name": "sort_by", "value": "", "type": "query", "description": "Field on which to sort.\nPrefix the field name with a hyphen (`-`) to sort in descending order.\nOmit the hyphen to sort in ascending order.\n\n*NOTE:*\nYou must sort using system field names such as `lastModifiedTime`, and not by the field names appearing in response bodies such as `updated_time`." } ] }, "docs": "Retrieve an array of bundle transitions on a credit account.\n\nThis endpoint supports <>." }, { "info": { "name": "Transition account bundle", "type": "http" }, "http": { "method": "POST", "url": "/v3/accounts/:account_token/bundletransitions", "params": [ { "name": "account_token", "value": "", "type": "path", "description": "Unique identifier of the credit account for which to transition a bundle." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Transition a credit account to a new bundle." }, { "info": { "name": "Retrieve account bundle transition", "type": "http" }, "http": { "method": "GET", "url": "/v3/accounts/:account_token/bundletransitions/:token", "params": [ { "name": "account_token", "value": "", "type": "path", "description": "Unique identifier of the credit account for which you want to retrieve a bundle transition.\n\nSend a `GET` request to `/credit/accounts` to retrieve existing credit account tokens." }, { "name": "token", "value": "", "type": "path", "description": "Unique identifier of the account bundle transition you want to retrieve.\n\nSend a `GET` request to `/credit/accounts/{account_token}/bundletransitions` to retrieve existing account bundle transition tokens." } ] }, "docs": "Retrieve a bundle transition for a credit account." } ] } ], "bundled": true }