{ "opencollection": "1.0.0", "info": { "name": "LangSmith access_policies prompt-webhooks API", "version": "0.1.0" }, "items": [ { "info": { "name": "prompt-webhooks", "type": "folder" }, "items": [ { "info": { "name": "List Prompt Webhooks", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/prompt-webhooks", "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "List all prompt webhooks for the current tenant." }, { "info": { "name": "Create Prompt Webhook", "type": "http" }, "http": { "method": "POST", "url": "/api/v1/prompt-webhooks", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Create a new prompt webhook." }, { "info": { "name": "Get Prompt Webhook", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/prompt-webhooks/:webhook_id", "params": [ { "name": "webhook_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Get a specific prompt webhook." }, { "info": { "name": "Update Prompt Webhook", "type": "http" }, "http": { "method": "PATCH", "url": "/api/v1/prompt-webhooks/:webhook_id", "params": [ { "name": "webhook_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Update a specific prompt webhook." }, { "info": { "name": "Delete Prompt Webhook", "type": "http" }, "http": { "method": "DELETE", "url": "/api/v1/prompt-webhooks/:webhook_id", "params": [ { "name": "webhook_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Delete a specific prompt webhook." }, { "info": { "name": "Test Prompt Webhook", "type": "http" }, "http": { "method": "POST", "url": "/api/v1/prompt-webhooks/test", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Test a specific prompt webhook." } ] } ], "bundled": true }