{ "opencollection": "1.0.0", "info": { "name": "Snowplow Console Authentication API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Get Access Token", "type": "http" }, "http": { "method": "POST", "url": "https://console.snowplowanalytics.com/api/msc/v1/organizations/:organizationId/credentials/v3/token", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The Snowplow organization UUID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Exchange API key credentials for a JWT access token. The returned token is used to authenticate all other Console API requests. Requires both X-API-Key-ID and X-API-Key headers." } ] } ], "bundled": true }