Skip to main content
PATCH
Update a contact

Authorizations

Authorization
string
header
required

Use the Authorization header with Bearer scheme.

Examples:

  • API Key: Authorization: Bearer calid_xxxxx

Path Parameters

id
integer
required

Contact ID.

Required range: x > 1
Example:

123

Body

application/json
name
string
Required string length: 1 - 255
email
string<email>
Maximum string length: 320
phone
string
Maximum string length: 50
notes
string
Maximum string length: 5000

Response

Contact updated

Contact updated

success
enum<boolean>
required
Available options:
true
data
object
message
string
meta
object