Update a contact
PUT
https://api.responsly.com/v1/contacts/{id}
Path parameters
Section titled “Path parameters”id
(string, required): ID of the contact to be updated
Body parameters
Section titled “Body parameters”name
(string, optional): Full Name of contactemail
(string, optional): Email of contactdata
(string, optional): Contact’s data. Example:
{ "phone": "+48123123123"}
Request
Section titled “Request”cURL
curl --request PUT \ --url 'https://api.responsly.com/v1/contacts/{id}' \ --header 'Authorization: Bearer <Access Token>'
Response
Section titled “Response”Status Code: 204 No Content