Get a Phone

Coming soon!

POST /phones/get ⇒ { phone }

Returns a specified mobile phone.

Specify the desired phone by including the corresponding device_id in the request body.

Request

await seam.phones.get({
  device_id: "22222222-2222-2222-2222-444444444444",
});

Response

[{ "phone_id": "22222222-2222-2222-2222-444444444444" }]

Authentication Methods

  • API key

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

Request Parameters

device_id

Type: string Required: Yes

ID of the desired phone.


Return Type

phone

Last updated

Logo

© Seam Labs, Inc. All rights reserved.