{ "opencollection": "1.0.0", "info": { "name": "StackHawk Api Authentication API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Api Authentication", "type": "folder" }, "items": [ { "info": { "name": "Login With API Key", "type": "http" }, "http": { "method": "GET", "url": "https://api.stackhawk.com/api/v1/auth/login", "headers": [ { "name": "X-ApiKey", "value": "" } ] }, "docs": "Authenticate using an API key to obtain a JWT access token. The API key is passed in the X-ApiKey header. Tokens expire after 30 minutes." }, { "info": { "name": "Refresh Token", "type": "http" }, "http": { "method": "GET", "url": "https://api.stackhawk.com/api/v1/auth/refresh-token" }, "docs": "Refresh an existing JWT access token before it expires." } ] } ], "bundled": true }