{ "opencollection": "1.0.0", "info": { "name": "Core accepted countries auto reloads API", "version": "3.0.39" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "auto reloads", "type": "folder" }, "items": [ { "info": { "name": "Lists all auto reloads for the program", "type": "http" }, "http": { "method": "GET", "url": "/v3/autoreloads", "params": [ { "name": "card_product", "value": "", "type": "query", "description": "Card product token" }, { "name": "user_token", "value": "", "type": "query", "description": "User token" }, { "name": "business_token", "value": "", "type": "query", "description": "Business token" }, { "name": "count", "value": "", "type": "query", "description": "Number of items to retrieve. Count can be between 1 - 10 items." }, { "name": "start_index", "value": "", "type": "query", "description": "Indicates from what row to start returning data." }, { "name": "fields", "value": "", "type": "query", "description": "Comma-delimited list of fields to return (e.g. field_1,field_2,..). Leave blank to return all fields." }, { "name": "sort_by", "value": "", "type": "query", "description": "Field by which to sort the returned items. Use any field in the model, or system fields lastModifiedTime or createdTime." } ] }, "docs": "Lists all auto reloads for the program" }, { "info": { "name": "Creates an auto reload object", "type": "http" }, "http": { "method": "POST", "url": "/v3/autoreloads", "body": { "type": "json", "data": "{}" } }, "docs": "Creates an auto reload object" }, { "info": { "name": "Returns a specific auto reload object", "type": "http" }, "http": { "method": "GET", "url": "/v3/autoreloads/:token", "params": [ { "name": "token", "value": "", "type": "path", "description": "Auto reload token" }, { "name": "fields", "value": "", "type": "query", "description": "Comma-delimited list of fields to return (e.g. field_1,field_2,..). Leave blank to return all fields." } ] }, "docs": "Returns a specific auto reload object" }, { "info": { "name": "Updates a specific auto reload object", "type": "http" }, "http": { "method": "PUT", "url": "/v3/autoreloads/:token", "params": [ { "name": "token", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a specific auto reload object" } ] } ], "bundled": true }