{ "opencollection": "1.0.0", "info": { "name": "Overflow Open Campaigns Locations API", "version": "3.0" }, "items": [ { "info": { "name": "Locations", "type": "folder" }, "items": [ { "info": { "name": "Get Locations", "type": "http" }, "http": { "method": "GET", "url": "https://server.stage.overflow.co/api/v3/locations", "params": [ { "name": "limit", "value": "", "type": "query", "description": "The number of locations to return." }, { "name": "page", "value": "", "type": "query", "description": "The page number of the locations to return." }, { "name": "includeArchived", "value": "", "type": "query", "description": "Whether to include locations that have been archived." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort the locations by." }, { "name": "sortDirection", "value": "", "type": "query", "description": "The direction to sort the locations by." } ], "auth": { "type": "apikey", "key": "x-client-id", "value": "{{x-client-id}}", "placement": "header" } }, "docs": "Returns locations for a nonprofit based on the provided filters." }, { "info": { "name": "Get Location", "type": "http" }, "http": { "method": "GET", "url": "https://server.stage.overflow.co/api/v3/locations/:locationId", "params": [ { "name": "locationId", "value": "", "type": "path", "description": "The Id of the location to get." } ], "auth": { "type": "apikey", "key": "x-client-id", "value": "{{x-client-id}}", "placement": "header" } }, "docs": "Returns a location for the given ID." } ] } ], "bundled": true }