{ "opencollection": "1.0.0", "info": { "name": "Open Loyalty REST Authorization API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authorization", "type": "folder" }, "items": [ { "info": { "name": "Obtain a JWT for an admin user", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.openloyalty.io/api/admin/login_check", "body": { "type": "json", "data": "{}" } }, "docs": "Obtain a JWT for an admin user" }, { "info": { "name": "Obtain a JWT for a member (customer)", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.openloyalty.io/api/:storeCode/customer/login_check", "params": [ { "name": "storeCode", "value": "", "type": "path", "description": "The store the request is scoped to." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Obtain a JWT for a member (customer)" } ] } ], "bundled": true }