Get a Phone

Returns a single phone entry matching the provided device_id.

POST /phones/get ⇒ { phone }
Authentication Methods
  • API key

  • Personal access token Must also include the seam-workspace header in the request.

To learn more, see Authentication.

Request Parameters

device_id (Required)

Device ID of the desired phone.


Response

phone

{
  JSON representation of phone
}

Last updated

Was this helpful?