{ "opencollection": "1.0.0", "info": { "name": "Macrometa API Reference Activity Metrics Authentication API", "version": "0.17.17" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Obtain JWT Authentication token for user.", "type": "http" }, "http": { "method": "POST", "url": "https://api-play.paas.macrometa.io/_open/auth", "body": { "type": "json", "data": "{}" } }, "docs": "Obtain a JWT Authentication for a user.\n\nAfter obtaining the token, REST API calls may be invoked by passing the obtained token in the REST header. Either email or both tenant and username are required. Add the following to your header when you make REST calls: *\"Authorization: bearer TOKEN\"*" } ] } ], "bundled": true }