Skip to main content
PATCH
Update a contact

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
name
string
Maximum string length: 120
email
string<email>
phone
string
Maximum string length: 40
company
string
Maximum string length: 120

Response

200

Contact updated successfully

Last modified on July 17, 2026