v64

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-03124241726.5 KB
OAuth Keys

Get OAuth key

Returns a single OAuth key (like MCP clients) by id.

get/v1/oauth-keys/{oauthKeyId}

Path parameters

oauthKeyIdstring required

OAuth key identifier.

OAuth key identifier.

Response

OAuth key

idstring required

Stable OAuth key identifier.

clientIdstring required

Identifier of the OAuth client the key was issued to.

clientNamestring nullable required

Display name of the OAuth client.

clientIconstring nullable required

Icon URL of the OAuth client.

userIdstring required

Identifier of the user the key belongs to.

userNamestring nullable required

Display name of the user. null until the user completes onboarding.

userEmailstring required

Email of the user.

lastActivityAtstring nullable required

ISO-8601 timestamp of the last refresh on the key. null if the key has never been used.

connectedAtstring required

ISO-8601 timestamp at which the key was connected.

disabledboolean required

Whether the key has been disabled.