Company logoTrust Center Documentation

Update contact information

Update contact details and optionally update their shared documents

PATCH
/api/v1/contacts/{id}
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

Formatemail
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?