{ "opencollection": "1.0.0", "info": { "name": "Cumulocity Identity API", "version": "10.20.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "External IDs", "type": "folder" }, "items": [ { "info": { "name": "Retrieve an External ID", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cumulocity.com/identity/externalIds/:type/:externalId", "params": [ { "name": "type", "value": "", "type": "path" }, { "name": "externalId", "value": "", "type": "path" } ] }, "docs": "Retrieve an External ID" }, { "info": { "name": "Delete an External ID", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenant}.cumulocity.com/identity/externalIds/:type/:externalId", "params": [ { "name": "type", "value": "", "type": "path" }, { "name": "externalId", "value": "", "type": "path" } ] }, "docs": "Delete an External ID" }, { "info": { "name": "List External IDs for Global ID", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cumulocity.com/identity/globalIds/:id/externalIds", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "List External IDs for Global ID" }, { "info": { "name": "Create an External ID", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.cumulocity.com/identity/globalIds/:id/externalIds", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an External ID" } ] } ], "bundled": true }