ApiKeySummary
A non-secret summary of an API key. The secret material is never returned by any endpoint after creation.
- createdType: stringFormat: date-time
At requiredWhen the API key was created.
- keyType: string
Id requiredPublic identifier — the
<keyId>segment of the full key (sk_ns_<mode>_<keyId>_<secret>). Safe to log. Pass as thekeyIdpath param toPOST .../api-keys/{keyId}/revoke. - nameType: stringrequired
Human-readable label assigned at creation time.
- statusType: stringenumrequired
Computed status:
Revokedif the key was explicitly revoked;ExpiredifexpiresAtis in the past; otherwiseActive.values- Active
- Expired
- Revoked
- expiresType: stringFormat: date-time
At When the API key expires. Absent if the key was created with
expiration: "never".
