A valid request URL is required to generate request examples{
"environment_id": "…",
"month": "2026-07",
"active_contacts": 1842,
"limit": 50000,
"period_ends_at": "2026-08-01T00:00:00Z"
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}Read active-contact usage
Requires customers:read. Active contacts this calendar month, the free-tier ceiling, and when the meter resets.
It reads the same query the bill reads — the number shown here is the number charged. Live environment only, because only live contacts count at all.
A contact becomes active for a month when a session JWT is minted for them at POST /v1/contact/token; a session issued in January and refreshed in February is active in both. The month is UTC, decided once in the schema: display may translate it, a bill may not be ambiguous.
A valid request URL is required to generate request examples{
"environment_id": "…",
"month": "2026-07",
"active_contacts": 1842,
"limit": 50000,
"period_ends_at": "2026-08-01T00:00:00Z"
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}Autorizações
A staff session token, uk_st_…. Minted by sign-up, sign-in or the two-factor exchange. Only a 401 means it is spent; not_a_member (403) is about the organization named in X-Organization-Id and leaves the token good for the others.
Cabeçalhos
The organization the caller is acting on — the org_… code that appears in the panel URL. It identifies; the membership JOIN is what authorizes, so a forged code reads nothing: the answer is not_a_member (403), which does not mean the session is over. Absent, the session's default organization answers, or — if that membership was revoked while the session was open — any other one the caller still holds.