{ "opencollection": "1.0.0", "info": { "name": "Maxar Geospatial Platform (Vantor Hub) Authentication API", "version": "1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Obtain an OAuth2 bearer token", "type": "http" }, "http": { "method": "POST", "url": "https://api.maxar.com/authentication/api/get-an-o-auth-2-bearer-token", "body": { "type": "form-urlencoded", "data": [ { "name": "grant_type", "value": "" }, { "name": "username", "value": "" }, { "name": "password", "value": "" }, { "name": "client_id", "value": "" }, { "name": "client_secret", "value": "" } ] } }, "docs": "Exchange username and password (password flow) for a bearer token." }, { "info": { "name": "Create a new API key", "type": "http" }, "http": { "method": "POST", "url": "https://api.maxar.com/authentication/api/create-a-new-api-key", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Requires an OAuth2 bearer token." } ] } ], "bundled": true }