Trefle · Authentication Profile

Trefle Authentication

Authentication

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

AgricultureBotanyOpen DataPlantsScience
Methods: apiKey Schemes: 1 OAuth flows: API key in: query

Security Schemes

tokenAuth apiKey
· in: query (token)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/trefle-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - query
schemes:
- name: tokenAuth
  type: apiKey
  in: query
  parameter: token
  description: 'Trefle personal access token obtained by registering at trefle.io. Can be passed
    as a query parameter (?token=YOUR_TOKEN) or in the Authorization header (Authorization:
    Bearer YOUR_TOKEN).'
  sources:
  - openapi/trefle-openapi.yml