Update an existing phone number for a person
cURL
curl --request PATCH \ --url https://api.slant.app/v1/people/{person_id}/phone_numbers/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "phone_number": "+15555551234", "phone_type": "work", "is_primary": true } '
{ "id": "<string>", "person_id": "<string>", "phone_number": "<string>", "phone_type": "<string>", "is_primary": true }
OAuth 2.0 Bearer Token from Clerk authentication
The person ID
The phone number ID
"+15555551234"
mobile
work
home
fax
other
"work"
true
phone number updated