token-io · Authentication Profile

Token Io Authentication

Authentication

token-io secures its APIs with apiKey and http across 2 declared security schemes, as derived from its OpenAPI definitions.

Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

Bearer http
scheme: bearer
BasicAuth apiKey
· in: header (Authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/token-io-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: Bearer
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: '**For Production and Sandbox environments.**<br />When using curl samples the
    authorization header is given as -H `''Authorization: Bearer + JWT''`<br/>Please substitute
    your Bearer key here.<br/>For example:<br/> -H `''Authorization: Bearer eyJhbGciOiJFZERTQSIsImtpZCI6IjF4N2RmNHZ1RlVIWVFDYTciLCJtaWQiOiJtOlhUalhlMkFQZTRvdmVaalE4cHoyNGdEbUZEcTo1ekt0WEVBcSIsImhvc3QiOiJsb2NhbGhvc3Q6ODAwMCIsIm1ldGhvZCI6I'
  sources:
  - openapi/token-io-openapi.yml
- name: BasicAuth
  type: apiKey
  in: header
  parameter: Authorization
  description: '**For Sandbox environment only.**<br />When using curl samples the authorization
    header is given as -H `''Authorization: YOUR_API_KEY_HERE''`<br/>Please substitute your
    Basic key here.<br/>For example:<br/> -H `''Authorization: Basic bS0zanhoS3pqRjRSWFQ1dHZLTlhMQU14cm80d0E1LTV6S3RYRUFxOmU1MWZjZDQ0LTM5MGQtNDYxZi04YjA0LTEyMjcxOTg4YWYwNg==''`'
  sources:
  - openapi/token-io-openapi.yml