v1
latestOpenAPI 3.0.02026-07-24115101.2 MBContact
Update a contact by ID
Use this endpoint to update a specific contact by ID.
put/contacts/{contact_id}
Path parameters
contact_idinteger required
The unique ID of the contact.
Headers
x-oneflow-api-tokenstring required
The API key of your Oneflow account.
x-oneflow-user-emailstring email required
The email address of a registered Oneflow user.
Request body
Example request
{
"company_name": "Company AB",
"email": "own@email.com",
"name": "Firstname Lastname"
}Response
Returns the updated contact.