{ "opencollection": "1.0.0", "info": { "name": "LangSmith access_policies service-accounts API", "version": "0.1.0" }, "items": [ { "info": { "name": "service-accounts", "type": "folder" }, "items": [ { "info": { "name": "Get Service Accounts", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/service-accounts", "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Get the current organization's service accounts." }, { "info": { "name": "Create Service Account", "type": "http" }, "http": { "method": "POST", "url": "/api/v1/service-accounts", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Create a service account" }, { "info": { "name": "Delete Service Account", "type": "http" }, "http": { "method": "DELETE", "url": "/api/v1/service-accounts/:service_account_id", "params": [ { "name": "service_account_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Delete a service account" } ] } ], "bundled": true }