v1
latestSwagger 2.02026-08-06114161439.7 KBSMS Broadcast
Update contact details
Update the phone number and name of an existing contact
put/contacts/{contact_id}
Path parameters
contact_idinteger required
The ID of the contact to update
Request body
Example request
{
"contact_name": "John Doe",
"phone_number": "1234567890",
"country_code": "+1"
}Response
Contact updated successfully
Example response
{
"status": "success",
"message": "Contact updated successfully",
"error": "Invalid contact ID"
}