Skip to main content

Get Phone

Return the single phone with phone_id.

Requires "Grant read resource" API permission.

Parameters

ParameterDescription
Phone IDThe ID of the phone to get.

Example Output

{
"response": {
"activated": false,
"capabilities": [
"sms"
],
"encrypted": "Unknown",
"extension": "",
"fingerprint": "Unknown",
"last_seen": "",
"model": "Unknown",
"name": "new-name",
"number": "+12142144286",
"phone_id": "DPERLUZ8CIO49STDMKDP",
"platform": "Google Android",
"screenlock": "Unknown",
"sms_passcodes_sent": false,
"tampered": "Unknown",
"type": "Mobile",
"users": []
},
"stat": "OK"
}

Workflow Library Example

Get Phone with Duo and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop