Skip to main content
POST
Mint a bounded client token

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Idempotency-Key
string

UUID — when present, deduplicates repeat submissions. See /api-reference/idempotency.

Body

application/json
from_numbers
string[]
required
Required array length: 1 - 50 elements
Pattern: ^\+[1-9]\d{1,14}$
to_numbers
string[]
required
Required array length: 1 - 200 elements
Pattern: ^\+[1-9]\d{1,14}$
scopes
enum<string>[]
Available options:
voice:webrtc
ttl_seconds
integer
Required range: 60 <= x <= 3600

Response

Success

data
object
required