Guides
Authentification
Envoyez correctement les clés API d’espace de travail et comprenez ce que Trendtrack valide.
Authorization header
Authenticate every request with a workspace API key using the Authorization header.
Authorization: Bearer <your_api_key>What Trendtrack validates
- Whether the API key is valid and active
- Whether the bound workspace currently has Public API access
- Whether the credential has been revoked or expired
- Workspace-level authorization and delegated user state
Recommended verification flow
- Create the key in the workspace API settings UI.
- Call
GET /v1/meto confirm the resolved credential and request flow. - Call
GET /v1/workspaceto verify the bound workspace context.