Skip to main content
GET
List the caller's own WebSocket secrets

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required

Organization ID

Example:

"org-abc123"

Response

The caller's own secrets, with the plaintext secret omitted

id
string
required
Example:

"rts-3f2b…"

label
string
required
Example:

"MacBook ops"

lastFour
string
required
Example:

"a1B2"

createdAt
string<date-time>
required
lastUsedAt
string<date-time> | null
required
status
enum<string>
required
Available options:
active,
revoked
Example:

"active"