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>"
}
]
}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.
US, CA