List Phones

POST /phones/list ⇒ { phones: [phone, …] }

Returns a list of all phones. To filter the list of returned phones by a specific owner user identity or credential, include the owner_user_identity_id or acs_credential_id, respectively, in the request body.

Authentication Methods

  • API key

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

Request Parameters

acs_credential_id

Type: string Required: No

ID of the credential by which to filter the list of returned phones.


owner_user_identity_id

Type: string Required: No

ID of the user identity that represents the owner by which to filter the list of returned phones.


Return Type

Array<phone>

Last updated

Was this helpful?