{ "opencollection": "1.0.0", "info": { "name": "LangSmith access_policies SCIM Tokens API", "version": "0.1.0" }, "items": [ { "info": { "name": "SCIM Tokens", "type": "folder" }, "items": [ { "info": { "name": "List SCIM tokens", "type": "http" }, "http": { "method": "GET", "url": "/v1/platform/orgs/current/scim/tokens", "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "List all SCIM bearer tokens for the current organization. The full token values are not returned." }, { "info": { "name": "Create a SCIM token", "type": "http" }, "http": { "method": "POST", "url": "/v1/platform/orgs/current/scim/tokens", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Create a new SCIM bearer token for the current organization. The full token value is only returned once upon creation." }, { "info": { "name": "Get a SCIM token", "type": "http" }, "http": { "method": "GET", "url": "/v1/platform/orgs/current/scim/tokens/:scim_token_id", "params": [ { "name": "scim_token_id", "value": "", "type": "path", "description": "SCIM Token ID" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Retrieve a specific SCIM token by ID for the current organization. The full token value is not returned." }, { "info": { "name": "Update a SCIM token", "type": "http" }, "http": { "method": "PATCH", "url": "/v1/platform/orgs/current/scim/tokens/:scim_token_id", "params": [ { "name": "scim_token_id", "value": "", "type": "path", "description": "SCIM Token ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Update the description of an existing SCIM token for the current organization." }, { "info": { "name": "Delete a SCIM token", "type": "http" }, "http": { "method": "DELETE", "url": "/v1/platform/orgs/current/scim/tokens/:scim_token_id", "params": [ { "name": "scim_token_id", "value": "", "type": "path", "description": "SCIM Token ID" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Delete a SCIM bearer token from the current organization." } ] } ], "bundled": true }