{ "opencollection": "1.0.0", "info": { "name": "Smartling REST API Reference Account & Projects Authentication API", "version": "2.0.0" }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Authenticate", "type": "http" }, "http": { "method": "POST", "url": "https://api.smartling.com/auth-api/v2/authenticate", "body": { "type": "json", "data": "{}" } }, "docs": "Verifies the credentials of the connection attempt." }, { "info": { "name": "Refresh access token", "type": "http" }, "http": { "method": "POST", "url": "https://api.smartling.com/auth-api/v2/authenticate/refresh", "body": { "type": "json", "data": "{}" } }, "docs": "A [renewed access token](https://help.smartling.com/hc/en-us/articles/1260805176849) that can be attached to the header of any API request." } ] } ], "bundled": true }