Skip to main content
POST
Validate the authenticated user's stored upstream gateway key

Authorizations

Authorization
string
header
required

OAuth 2.0 access token obtained through RFC 8628 at /api/auth/device/code and /api/auth/oauth2/token. The API enforces governance:read, session:write, and client-status:write as appropriate.

Response

Current managed gateway-key status

enabled
boolean
required
email
string<email>
required
status
enum<string>
required
Available options:
ready,
missing,
invalid,
recovering,
error
alias
string | null
external_id
string | null

Opaque gateway identifier, never the credential value.

expires_at
string<date-time> | null
last_reconciled_at
string<date-time> | null
error
string | null
invalidated_at
string<date-time> | null
invalidation_reason
string | null
next_retry_at
string<date-time> | null