Company logoTrust Center Documentation

Update contact information

Update contact details and optionally update their shared documents

PATCH
/api/v1/contacts/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Contact ID

Request Body

application/json

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

Array of document IDs to share with the contact

Response Body

application/json

curl -X PATCH "https://app.orbiqhq.com/api/v1/contacts/550e8400-e29b-41d4-a716-446655440000" \  -H "Content-Type: application/json" \  -d '{    "first_name": "John",    "last_name": "Doe",    "title": "Senior Security Manager",    "review_status": "approved"  }'
{
  "ok": true
}
Empty
Empty
Empty
Empty
Empty

How is this guide?