Skip to main content
GET
https://your-rootprint-host
/
api
/
api-keys
/
{apiKeyId}
Get an API key value
curl --request GET \
  --url https://your-rootprint-host/api/api-keys/{apiKeyId} \
  --cookie better-auth.session_token=
{
  "token": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.rootprint.io/llms.txt

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

Authorizations

better-auth.session_token
string
cookie
required

Better Auth session cookie used by the Rootprint web UI.

Path Parameters

apiKeyId
integer
required

API key ID.

Required range: x >= 1

Response

API key value.

token
string
required