Array of multiple Token objects

  • Type: array object[] · Array of multiple Token objects
    • allowedIps
      Type: array string[]

      Whitelist of IPv4/IPv6 addresses or CIDR ranges; empty means unrestricted

    • boostId
      Type: string
      read-only

      Globally unique boost.space identifier for this record (UUID-like)

    • created
      Type: string Format: date-time
      read-only

      Creation timestamp

    • createdUserId
      Type: integer
      read-only

      ID of user who created this record

    • description
      Type: string

      Human-readable description of the token's purpose

    • id
      Type: integer
      read-only

      Unique identifier - primary key

    • mcp
      Type: boolean

      When true, this token is an MCP (Model Context Protocol) token for AI integrations

    • permissions
      Type: array object[] · Token Permission[]

      Per-module CRUD permissions granted to this token

    • priority
      Type: integer

      Default conflict-resolution priority across tokens; lower value takes precedence

    • token
      Type: string
      read-only

      Bearer token value used in the Authorization header

    • userId
      Type: integer
      read-only

      ID of the user this token authenticates on behalf of