List Phones
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.
POST /phones/list β { phones: [phone, β¦] }
Request Parameters
acs_credential_id
String
ID of the credential by which to filter the list of returned phones.
owner_user_identity_id
String
ID of the user identity that represents the owner by which to filter the list of returned phones.
Response
Array of phones
{
JSON representation of phone
}
Last updated
Was this helpful?