POST
/
v1
/
subaccounts
/
{subaccount_id}
/
transfer_number
Transfer Phone Number 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": {}
}

Headers

authorization
string
required
Your API key for authentication.

Path Parameters

subaccount_id
string
required
The unique identifier of the subaccount to which you want to transfer credits.

Body

phone_number
string
required
The phone number to transfer from the parent account to the subaccount.

Response

status
string
Whether the subaccount creation succeeded.
data
object
The details of the subaccount inbound Number.