Skip to content

Get a random phone number

GET
/testing/accounts/phones

Get a random, fictitious phone number that is not assigned to any existing Bolt account.

X-API-Key<token>

In: header

Header Parameters

X-Publishable-Key*string

The publicly shareable identifier used to identify your Bolt merchant division.

Response Body

application/json

application/json

curl -X GET "https://example.com/testing/accounts/phones" \  -H "X-Publishable-Key: string"
{  "phone": "+14155550199"}