POST
/
api
/
v1
/
assistants
/
{assistant_id}
/
phone-numbers
/
bulk-assign
{
  "success": true,
  "message": "<string>",
  "data": "<any>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

assistant_id
integer
required

Body

application/json · integer[]

The body is of type integer[].

Response

200
application/json

Successful Response

Standard API response format.