Profile > Phones
Display a phone
Returns a variety of information about a single phone specified by the requested unique identifier.
get/2/profile/phones/{phone_id}
Path parameters
phone_idinteger required
The unique identifier (ID) of the phone to request.
Response
OK
Example response
{
"result": "success",
"data": {
"id": 2,
"phone": "+41123456789",
"created_at": 1632896634,
"reminder": "true",
"type": "phone"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.