Get the organization's active trial number
Return the organization’s current trial phone-number assignment from the shared pool — the free 24-hour test number claimed via POST /numbers/claim-trial. Use it to render the trial card on the dashboard and decide whether to show the “claim a trial number” call to action. Responds 200 with data: null when the organization holds no active (unexpired, unreleased) trial, so a missing trial is not an error. Read-only; requires the numbers:read scope.
Authorizations
Dashboard JWT token from Clerk
Headers
Sandbox opt-in for Clerk-session-authenticated requests. Set to true to route the call through the test-mode pipeline: no real provider delivery, no credits deducted, response meta.test_mode: true. Ignored for live API keys (dv_live_sk_*) — server-to-server clients must use a test-prefixed key (dv_test_sk_*) to exercise sandbox. Test-prefixed keys unconditionally enable sandbox regardless of this header.
true, false Response
The active trial-number assignment, or null when none is held.
The active trial-number assignment, or null when none is held.