{ "opencollection": "1.0.0", "info": { "name": "RescueGroups.org Animals Authentication API", "version": "5.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Create Authentication Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.rescuegroups.org/v5/tokens", "body": { "type": "json", "data": "{}" } }, "docs": "Obtain a bearer token for authenticated (private data) access." } ] } ], "bundled": true }