{ "opencollection": "1.0.0", "info": { "name": "Thanx Consumer Account Users API", "version": "v4.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Get User", "type": "http" }, "http": { "method": "GET", "url": "https://api.thanx.com/users/me" }, "docs": "Retrieves the authenticated Thanx user's profile." }, { "info": { "name": "Create User", "type": "http" }, "http": { "method": "POST", "url": "https://api.thanx.com/users", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Thanx user and returns an authorization grant." }, { "info": { "name": "Get User", "type": "http" }, "http": { "method": "GET", "url": "https://api.thanx.com/partner/users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieves a user by identifier." }, { "info": { "name": "Get Users", "type": "http" }, "http": { "method": "GET", "url": "https://api.thanx.com/partner/users", "params": [ { "name": "merchant_id", "value": "92b7b0dac4", "type": "query" } ] }, "docs": "Retrieves users for a merchant." } ] } ], "bundled": true }