Update contact information
Update contact details and optionally update their shared documents
AuthorizationBearer <token>
In: header
Path Parameters
idstring
Contact ID
title?string
Job title of the contact
review_status?string
Updated review status
Value in
"to_review" | "in_review" | "approved" | "rejected"
first_name?string
Updated first name
last_name?string
Updated last name
email?string
Updated email address
Format
email
documents?array<string>
Array of document IDs to share with the contact
Response Body
const body = JSON.stringify({})fetch("https://app.orbiqhq.com/api/v1/contacts/550e8400-e29b-41d4-a716-446655440000", { method: "PATCH", headers: { "Content-Type": "application/json" }, body})
{
"ok": true
}
Empty
Empty
Empty
Empty
Empty
How is this guide?