Update Contact
interviews
Update Contact
Partially update a contact’s profile fields (name, email, role, etc.).
Does not change scheduling state, booking_token, or status — those are managed by the start/reschedule/follow-up endpoints.
PATCH
Update Contact
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Body
application/json
Partial update for an existing contact. Only fields explicitly set are written.
is_required is included as bool | None so unset means "leave alone";
pass false/true to flip it.
Response
Successful Response