Skip to main content
POST
/
v1
/
phone-numbers
Provision a phone number
curl --request POST \
  --url http://api.stuut.ai/v1/phone-numbers \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "phone_number": "<string>"
}
'
{
  "phone_number": "<string>"
}

Authorizations

Authorization
string
header
required

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

Body

application/json
phone_number
string

Response

Successful response

phone_number
string