{ "opencollection": "1.0.0", "info": { "name": "Thanx Consumer Account Auth API", "version": "v4.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Auth", "type": "folder" }, "items": [ { "info": { "name": "Create Access Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.thanx.com/partner/oauth/token", "body": { "type": "json", "data": "{}" } }, "docs": "Acquires a privileged end-user access token for a given merchant and identifier (user, email, or phone)." } ] } ], "bundled": true }