v1

latestOpenAPI 3.0.02026-07-2447166133.5 KB
Phone Lines

Get a phone line of the organization by id

This operation retrieves a specific phone line by id.

get/phonelines/{phonelineId}

Path parameters

phonelineIdstring required

The unique identifier of the phone line

Response

Expected response to a valid request

idstring required

Spruce's phone line ID

namestring required

The name of the phone line

Example response

{
  "id": "pd_26RRC7PQ6JG00",
  "name": "Desk 101"
}