{ "opencollection": "1.0.0", "info": { "name": "Citizens Bank Accounts ATM Locations API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api.citizensbank.com/oauth/authorize", "accessTokenUrl": "https://api.citizensbank.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "ATM Locations", "type": "folder" }, "items": [ { "info": { "name": "Search ATM locations", "type": "http" }, "http": { "method": "GET", "url": "https://api.citizensbank.com/atms", "params": [ { "name": "zipCode", "value": "", "type": "query", "description": "ZIP code to search near" }, { "name": "address", "value": "", "type": "query", "description": "Street address to search near" }, { "name": "latitude", "value": "", "type": "query", "description": "Latitude coordinate" }, { "name": "longitude", "value": "", "type": "query", "description": "Longitude coordinate" }, { "name": "radius", "value": "", "type": "query", "description": "Search radius in miles" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return" } ] }, "docs": "Searches for Citizens Bank ATM locations by zip code, street address, or geographic coordinates. Returns location details including hours and facility type." } ] } ], "bundled": true }