Skip to main content
GET
Resolve a support subject by email, account id, or Clerk user id

Authorizations

Authorization
string
header
required

Clerk dashboard session JWT. Used on dashboard, billing, playground, and admin console routes only:

These are human-session credentials, not API keys. The dashboard frontend must never send authoritative account IDs, plan values, quota counters, Stripe IDs, or API-key actor fields — the server derives ownership from the session. Admin console routes additionally require the custom admin_role claim (admin or support) on the same verified session JWT; writes require admin.

Query Parameters

q
string
required

Email address, account id, or Clerk user id.

Required string length: 3 - 320

Response

Lookup result (match is null on no resolution).

query
string
required

The submitted query

match
object | null
required

The resolved support subject. Each leg is null when the query did not resolve to it. No PII: ids and status only.