Path Parameters
assistant_id
(string, required): The unique identifier of the assistant to whom the phone number will be assigned.
Request Body
phone_number
(string, required): The phone number to assign, specified in E.164 format (e.g.,+15551234567
).
Request
Response
A successful assignment will return the updated phone number object, which now includes theassistant_id
.
Response
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
Schema for assigning a phone number to an assistant.
Phone number in E.164 format (e.g., +1234567890)
Friendly name for the phone number (e.g., 'Customer Support Line')
Automatically sync from Twilio if number not found locally