v1

latestOpenAPI 3.0.02026-07-2447166133.5 KB
Phone Lines

List all phone lines of the organization

This returns a list of all phone lines of the organization.

get/phonelines

Response

Expected response to a valid request

totalCountinteger required

Example response

{
  "phonelines": [
    {
      "id": "pd_26RRC7PQ6JG00",
      "name": "Desk 101"
    }
  ],
  "totalCount": 750
}