Trendtrack
Trendtrack
DashboardGet API keyIntrodução
Primeiros passosAutenticaçãoCréditos & FaturaçãoErrosRate LimitsTime windowsResolução de problemas
Guias

Autenticação

Envie corretamente as chaves API do espaço de trabalho e perceba o que o Trendtrack valida.

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

  1. Create the key in the workspace API settings UI.
  2. Call GET /v1/me to confirm the resolved credential and request flow.
  3. Call GET /v1/workspace to verify the bound workspace context.

Primeiros passos

Faça o seu primeiro pedido autenticado e verifique o acesso ao espaço de trabalho.

Créditos & Faturação

Compreenda os créditos, os top-ups, os headers de utilização e o comportamento metered.

On this page

Authorization headerWhat Trendtrack validatesRecommended verification flow