Skip to main content

API tiers

That’s Me offers two levels of API access depending on your plan:

Endpoints by tier

Authentication

All API requests require a Bearer token:

Getting your API key

  1. Go to Settings → Integrations → API Keys
  2. Click Generate API Key
  3. Copy the key — it’s shown only once
  4. Store it securely (environment variable, secrets manager)
API keys have the same access level as your plan. If you upgrade or downgrade, existing keys automatically gain or lose access to endpoints.

Rate limiting

Rate limits are applied per organization, not per IP address. This means all API keys from the same organization share the same rate limit window. When you exceed the rate limit:
  • The API returns HTTP 429 Too Many Requests
  • The Retry-After header indicates when you can retry
  • Requests are not queued — they are dropped

Handling 429 responses

Checking your API status

The fastest way to check your current quota, tier and remaining emissions is GET /v1.0/balance (authenticated via API key):
Response:
For a fuller view including which endpoints your tier unlocks, log in to app.thatsme.com.br → Settings → Integrations.