v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBPhones
get/accounts/v1/accounts/{accountId}/phones/{phoneId}
Path parameters
accountIdinteger required
Example:6912345
Account ID
phoneIdinteger required
Example:456
Phone ID
Response
Ok
Example response
{
"id": 8714,
"account_id": 6912345,
"area_code": "51",
"number": "11912345678",
"type": "MOBILE",
"extension": "ext. 9",
"org_id": "TN-34778262-f4f0-464d-b4c6-a14e2dc6f4be",
"country_code": "555",
"creation_date": "2021-10-21T00:00:00Z",
"last_update": "2021-10-21T00:00:00Z",
"customer_id": 5648988
}