Developer docs
Authentication
API key, JWT, and HMAC authentication methods.
1
Dashboard login uses JWT Bearer tokens
2
Server-to-server uses API key + secret with HMAC signing
3
Include Authorization: Bearer {token} for JWT endpoints
4
Sign requests with X-TT-Signature for webhook verification