Generate a WebSocket secret
Creates a new per-member WebSocket secret used to authenticate against the organization realtime activity stream. The plaintext secret is returned ONCE in the response and is never retrievable again — store it immediately. The secret belongs to the calling member; any active member manages their own secrets. The realtime feature is gated on the org’s live subscription tier (resolved from the subscription row, not the denormalised cache). Requires a Nevermined API key. Requires active organization membership. Requires the organization to be on the Enterprise tier.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization ID
"org-abc123"
Body
Human-readable label for the secret, e.g. "MacBook ops".
80"MacBook ops"
Response
Secret created. The plaintext secret is included once and never again.
"rts-3f2b…"
"MacBook ops"
Plaintext secret — shown ONCE. Copy it now; it is never retrievable again.
"wss_J8x…"
Last 4 chars (the dashboard masks it as wss_…XXXX).
"a1B2"
Related topics
Revoke a WebSocket secretRotate a WebSocket secretList the caller's own WebSocket secretsActivity & EventsRotate a webhook signing secret