Update phone number
To update details for a specific phone number, use the Update phone number endpoint.
Sample payload
{
"area_code": 11,
"number": "91234-5678",
"type": "MOBILE",
"extension": "string",
"active": true
}
Deleting a phone number
Pismo stores all phone numbers ever associated with an account. To delete a phone number, set isActive
to false
.
Updated 4 months ago