{ "opencollection": "1.0.0", "info": { "name": "Shyft Customer Authentication > Email Customer > Invitations API", "version": "1.0.0" }, "items": [ { "info": { "name": "Customer > Invitations", "type": "folder" }, "items": [ { "info": { "name": "Invite contacts", "type": "http" }, "http": { "method": "POST", "url": "http://{{host}}/api/customer/user_role/locations/:location_id/invitations/invite", "headers": [ { "name": "Session-Uukey", "value": "{{session_uukey}}" }, { "name": "Content-Type", "value": "application/json" } ], "params": [ { "name": "location_id", "value": "", "type": "path" } ] }, "docs": "Invite contacts" } ] } ], "bundled": true }