Extensions
Extensions allow you to create internal phone numbers for members within your workspace, enabling direct internal calling and call routing.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /extensions | List all extensions |
GET | /extensions/:id | Get extension details |
POST | /extensions | Create an extension |
PATCH | /extensions/:id | Update an extension |
DELETE | /extensions/:id | Delete an extension |
info
Detailed request/response schemas will be added based on the API implementation.