Tito · Authentication Profile

Tito Authentication

Authentication

Tito secures its APIs with apiKey across 1 declared security scheme, as derived from its OpenAPI definitions.

Event TicketingEventsRegistrationTicketingConferencesEvent ManagementAttendeesWebhooksSaaS
Methods: apiKey Schemes: 1 OAuth flows: API key in:

Security Schemes

titoToken apiKey
· in: header ()

Source

Authentication Profile

Raw ↑
generated: '2026-07-12'
method: documented
source: openapi/tito-openapi.yml
summary:
  types:
  - apiKey
schemes:
- name: titoToken
  type: apiKey
  in: header
  parameterName: Authorization
  format: 'Token token=YOUR-API-TOKEN'
  description: >-
    The Tito Admin API authenticates with a secret API token. Generate a token
    by signing in at https://id.tito.io (api-access-tokens) and selecting
    "Generate New Token". Only secret token types are valid for the private
    Admin API, and each token is scoped to a live or test mode (test tokens
    read and write only test data). The token is sent in the Authorization
    header as "Token token=YOUR-API-TOKEN", and every request must also send
    "Accept: application/json". A compromised token can be revoked and
    regenerated at https://id.tito.io/api-access-tokens. The GET /hello endpoint
    confirms a token is valid and lists the accounts it can access. Note the
    separate Tito Check-in API (https://checkin.tito.io) is unauthenticated and
    instead scopes access by including a Check-in List slug in the URL.
  sources:
  - https://ti.to/docs/api/admin/3.0
  - openapi/tito-openapi.yml