Operators
An operator is a human agent (name + phone number) who can receive calls routed through your virtual numbers. Operators can be linked to one or more projects and used as the source leg when originating outbound calls.
Scopes
| API key scope | Allowed operations |
|---|---|
| Account-wide | Full CRUD on any operator in the account |
| Project-scoped | CRUD restricted to operators linked to the bound project. POST /operators additionally auto-links the new operator to that project. |
Endpoints
List OperatorsGET/operators
Enumerate operators visible to the API key.
Create OperatorPOST/operatorsRegister a new operator. Auto-links to the project for project-scoped keys.
Get OperatorGET/operators/:idFetch a single operator with its virtual-number assignments.
Update OperatorPATCH/operators/:idChange name, phone, email, or active flag.
Delete OperatorDELETE/operators/:idRemove the operator and all virtual-number assignments.
See the OpenAPI spec for the full field list.