POST

https://api.vida.dev

/
api
/
v2
/
phoneNumber
/
assign
curl --request POST \
  --url https://api.vida.dev/api/v2/phoneNumber/assign \
  --header 'Content-Type: application/json' \
  --data '{
  "number": "+12145551234",
  "country": "US"
}'
{
  "success": true,
  "message": "Success"
}

Authorizations

token
string
queryrequired

Vida API Token

Body

application/json
number
string
required

Phone Number to assign to your account

country
string
required

Country for the phone number to assign

Response

200 - application/json
success
boolean
message
string