{ "opencollection": "1.0.0", "info": { "name": "ConductorOne Access Conflict Personal Client API", "version": "0.1.0-alpha" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Personal Client", "type": "folder" }, "items": [ { "info": { "name": "NOTE: Only shows personal clients for the current user.", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/iam/personal_clients" }, "docs": "Invokes the c1.api.iam.v1.PersonalClientService.List method." }, { "info": { "name": "Create", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/iam/personal_clients", "body": { "type": "json", "data": "{}" } }, "docs": "Create creates a new PersonalClient object for the current User." }, { "info": { "name": "Get", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/iam/personal_clients/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Invokes the c1.api.iam.v1.PersonalClientService.Get method." }, { "info": { "name": "Update", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/iam/personal_clients/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.iam.v1.PersonalClientService.Update method." }, { "info": { "name": "Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenantDomain}.conductor.one/api/v1/iam/personal_clients/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.iam.v1.PersonalClientService.Delete method." }, { "info": { "name": "NOTE: Searches personal clients for all users", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/search/iam/personal_clients", "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.iam.v1.PersonalClientSearchService.Search method." } ] } ], "bundled": true }