Tuya · Authentication Profile

Tuya Authentication

Authentication

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

IoTSmart HomeDevicesCloud PlatformAutomationIndustrial IoTDevice Management
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

tuyaApiKey apiKey
· in: header (client_id)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/tuya-device-management-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: tuyaApiKey
  type: apiKey
  in: header
  parameter: client_id
  description: Tuya API uses HMAC-SHA256 signed requests. Include your Access ID as the client_id
    header and provide a sign header computed from your Access ID, Access Secret, and timestamp.
  sources:
  - openapi/tuya-device-management-openapi.yml