Skip to content

Update a contact

PUT

https://api.responsly.com/v1/contacts/{id}

Path parameters

  • id (string, required): ID of the contact to be updated

Body parameters

  • name (string, optional): Full Name of contact
  • email (string, optional): Email of contact
  • data (string, optional): Contact’s data. Example:
{
"phone": "+48123123123"
}

Request

cURL

Terminal window
curl --request PUT \
--url 'https://api.responsly.com/v1/contacts/{id}' \
--header 'Authorization: Bearer <Access Token>'

Response

Status Code: 204 No Content