PersonalAccessToken

Represents a personal access token in the API.

  • createdUtc
    Type: stringFormat: date-time
    required

    When this token was created (UTC).

  • expiresUtc
    Type: stringFormat: date-time
    required

    When this token expires (UTC).

  • id
    Type: string
    required

    Unique identifier for this token.

  • name
    Type: null | string

    Optional friendly name for the token.

  • status
    Type: null | string

    Current status of the token: "active", "expired", or "revoked".