> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Transfer Phone Number to a Subaccount

> Transfer a phone number from your account to a subaccount.

### Headers

<ParamField header="authorization" type="string" required>
  Your API key for authentication.
</ParamField>

### Path Parameters

<ParamField path="subaccount_id" type="string" required>
  The unique identifier of the subaccount to which you want to transfer credits.
</ParamField>

### Body

<ParamField body="phone_number" type="string" required>
  The phone number to transfer from the parent account to the subaccount.
</ParamField>

### Response

<ResponseField name="status" type="string">
  Whether the subaccount creation succeeded.
</ResponseField>

<ResponseField name="data" type="object">
  The details of the subaccount inbound Number.
</ResponseField>
