ApiKeyList

  • data
    Type: array object[] · ApiKey[]
    required

    The account’s API keys.

    Metadata about an API key. The secret itself is never included here.

    • createdAt
      Type: string
      required

      ISO 8601 timestamp of when the key was created.

    • id
      Type: string
      required

      Unique key identifier (prefixed key_). Use it to revoke the key.

    • keyPrefix
      Type: string
      required

      The non-secret prefix of the key, safe to display so you can tell keys apart. The full secret is only ever returned once, at creation.

    • lastUsedAt
      Type: string | null
      required

      ISO 8601 timestamp the key was last used to authenticate, or null if never.

    • name
      Type: string
      required

      Human-readable label for the key.

    • revokedAt
      Type: string | null
      required

      ISO 8601 timestamp the key was revoked, or null if still active.