Skip to main content
GET
List Keys

Authorizations

Authorization
string
header
required

Clerk session JWT for the web app (active organization required), or an organization-scoped SEAOTTER access key (so_…) from POST /api/v1/api-keys for programmatic / docs try-it / MCP use. The same so_… value is both Authorization: Bearer so_… and SEAOTTER_API_KEY.

Response

Successful Response

id
string<uuid>
required
name
string
required
purpose
string
required
key_prefix
string
required

First characters of the secret for identification

created_at
string<date-time>
required
last_used_at
string<date-time> | null
secret
string | null

Full secret — returned only once on create

Example:

"so_…"