{ "opencollection": "1.0.0", "info": { "name": "Pixelixe Authentication API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Pixelixe Authenticate API Key", "type": "http" }, "http": { "method": "GET", "url": "https://studio.pixelixe.com/api/authentication/v2" }, "docs": "Validates the API key provided in the Authorization header." } ] } ], "bundled": true }