curl --request PATCH \
--url https://api.getoutbox.ai/agency/phone \
--header 'Content-Type: application/json' \
--data '
{
"phone_number_id": "<string>",
"company": "<string>",
"sip_uri": "<string>",
"sip_username": "<string>",
"sip_password": "<string>"
}
'Assign or unassign a company to an agency phone number. Note: Requires Agency API Key.
curl --request PATCH \
--url https://api.getoutbox.ai/agency/phone \
--header 'Content-Type: application/json' \
--data '
{
"phone_number_id": "<string>",
"company": "<string>",
"sip_uri": "<string>",
"sip_username": "<string>",
"sip_password": "<string>"
}
'Documentation Index
Fetch the complete documentation index at: https://docs.getoutbox.ai/llms.txt
Use this file to discover all available pages before exploring further.
Phone number assignment details
Phone number assignment updated successfully