Tone docs
API referencePhone numbers

Whether this organization can buy a number right now

Answers before you try: whether business verification is complete and whether the wallet covers a purchase. Cheaper than a 403 and easier to show in a UI.

Requires the read scope. A key with less gets 403 insufficient_scope.

GET
/v1/numbers/eligibility
AuthorizationBearer <token>

Authorization: Bearer tone_live_… or tone_test_…. The prefix IS the environment: a test key reaches only the sandbox, and no request field bridges the two.

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/numbers/eligibility"
{  "data": {    "balancePaise": 0,    "verified": true  }}
Was this page helpful?