{ "opencollection": "1.0.0", "info": { "name": "OpenCart REST Affiliates Authentication API", "version": "4.0" }, "request": { "auth": { "type": "apikey", "key": "api_token", "value": "{{api_token}}", "placement": "query" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Authenticate and obtain API session token", "type": "http" }, "http": { "method": "POST", "url": "https://yourstore.com/index.php?route=api/login", "body": { "type": "form-urlencoded", "data": [ { "name": "username", "value": "" }, { "name": "key", "value": "" } ] } }, "docs": "Submits API username and key credentials to authenticate. Returns a session api_token that must be passed as a query parameter or POST field on all subsequent requests. The calling IP address must be in the store's API IP allowlist.\n" } ] } ], "bundled": true }