TikTok · Authentication Profile

Tiktok Authentication

Authentication

TikTok secures its APIs with apiKey and http across 3 declared security schemes, as derived from its OpenAPI definitions.

AdvertisingCommerceContentE-CommerceSocial MediaVideo
Methods: apiKey, http Schemes: 3 OAuth flows: API key in: header

Security Schemes

AccessToken apiKey
· in: header (Access-Token)
BearerAuth http
scheme: bearer
AccessToken apiKey
· in: header (x-tts-access-token)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/tiktok-business-openapi.yml, openapi/tiktok-data-portability-openapi.yml, openapi/tiktok-shop-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: AccessToken
  type: apiKey
  in: header
  parameter: Access-Token
  description: TikTok Business API access token
  sources:
  - openapi/tiktok-business-openapi.yml
- name: BearerAuth
  type: http
  scheme: bearer
  sources:
  - openapi/tiktok-data-portability-openapi.yml
- name: AccessToken
  type: apiKey
  in: header
  parameter: x-tts-access-token
  description: TikTok Shop API access token
  sources:
  - openapi/tiktok-shop-openapi.yml