{ "opencollection": "1.0.0", "info": { "name": "Smartproxy Authentication API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Authenticate", "type": "http" }, "http": { "method": "POST", "url": "https://api.decodo.com/v1/auth", "body": { "type": "json", "data": "{}" } }, "docs": "Authenticates with the Smartproxy API and returns a user ID and token required for subsequent API calls." } ] } ], "bundled": true }