Authentication
TrueSKU API requests use bearer tokens.
Authorization: Bearer YOUR_API_TOKEN Accept: application/json Content-Type: application/json
Token safety
- Store tokens securely.
- Do not put tokens in public source control.
- Rotate tokens if they are exposed.
