curl --request POST \
--url https://api.bland.ai/v1/subaccounts/{subaccount_id}/transfer_number \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '
{
"phone_number": "<string>"
}
'{
"status": "<string>",
"data": {}
}Transfer a phone number from your account to a subaccount.
curl --request POST \
--url https://api.bland.ai/v1/subaccounts/{subaccount_id}/transfer_number \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '
{
"phone_number": "<string>"
}
'{
"status": "<string>",
"data": {}
}Was this page helpful?