cURL
curl --request PUT \ --url https://your-instance.example.com/api/contact \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "_id": "<string>", "fromHistoryModal": true, "status": "<string>", "pipelineStage": "<string>", "pipelineId": "<string>" } '
{ "message": "<string>", "contact": { "_id": "<string>", "firstName": "<string>", "lastName": "<string>", "phoneNumber": "<string>", "email": "<string>", "status": "<string>", "pipelineId": "<string>", "pipelineStage": "<string>", "organizationId": "<string>", "userId": "<string>", "createdBy": "<string>", "assignees": [ "<unknown>" ], "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }, "data": "<unknown>", "success": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Contact updated
Show child attributes