{ "opencollection": "1.0.0", "info": { "name": "AlphaSense Agent Authentication API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Exchange AlphaSense Credentials For A Bearer Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.alpha-sense.com/auth", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "OAuth 2.0 password-grant token endpoint. Submit the user email and password together with the client credentials issued by AlphaSense and the x-api-key header. Returns a bearer token that must be sent on every subsequent /gql request." } ] } ], "bundled": true }