Travis CI · Authentication Profile

Travis Ci Authentication

Authentication

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

DevOpsCI/CDBuildOpen SourceHostedGitHub
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

TravisToken apiKey
· in: header (Authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/travis-ci-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: TravisToken
  type: apiKey
  in: header
  parameter: Authorization
  description: |-
    Token-based authentication. Header format: `Authorization: token <TOKEN>`
    with `Travis-API-Version: 3`. Tokens for travis-ci.com, travis-ci.org,
    and Enterprise installations are not interchangeable.
  sources:
  - openapi/travis-ci-openapi.yml