{ "opencollection": "1.0.0", "info": { "name": "Mist Admins Orgs Marvis Invites API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Orgs Marvis Invites", "type": "folder" }, "items": [ { "info": { "name": "listOrgMarvisClientInvites", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/marvisinvites", "params": [ { "name": "org_id", "value": "", "type": "path" } ] }, "docs": "List Org Marvis Client Invites" }, { "info": { "name": "createOrgMarvisClientInvite", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/orgs/:org_id/marvisinvites", "params": [ { "name": "org_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Org Marvis Client Invite. SDK Invites can be generated for (and belongs to) an Org. They can be generated by an Admin of an Org and can be revoked at anytime." }, { "info": { "name": "getOrgMarvisClientInvite", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/marvisinvites/:marvisinvite_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "marvisinvite_id", "value": "", "type": "path" } ] }, "docs": "Get Org Marvis Client Invite" }, { "info": { "name": "updateOrgMarvisClientInvite", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mist.com/api/v1/orgs/:org_id/marvisinvites/:marvisinvite_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "marvisinvite_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Org Marvis Client Invite" }, { "info": { "name": "deleteOrgMarvisClientInvite", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mist.com/api/v1/orgs/:org_id/marvisinvites/:marvisinvite_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "marvisinvite_id", "value": "", "type": "path" } ] }, "docs": "Delete Org Marvis Client Invite" } ] } ], "bundled": true }