cURL
curl --request GET \ --url http://api.stuut.ai/v1/phone-numbers/available \ --header 'Authorization: Bearer <token>'
{ "data": [ { "iso_country_code": "<string>", "locality": "<string>", "region": "<string>", "phone_number": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
US
CA
Successful response
Show child attributes