Skip to main content
DELETE
/
api
/
v1
/
orgs
/
current
/
service-keys
/
{api_key_id}
Error
A valid request URL is required to generate request examples
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "short_key": "<string>",
  "description": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "read_only": false,
  "last_used_at": "2023-11-07T05:31:56Z",
  "expires_at": "2023-11-07T05:31:56Z",
  "workspace_names": [
    "<string>"
  ],
  "default_workspace_name": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Path Parameters

api_key_id
string<uuid>
required

Response

Successful Response

API key GET schema.

id
string<uuid>
required
short_key
string
required
description
string
required
created_at
string<date-time> | null
read_only
boolean
default:false
deprecated
last_used_at
string<date-time> | null
expires_at
string<date-time> | null
workspace_names
string[] | null
default_workspace_name
string | null