Skip to main content
PUT
Update Object Record
Update a specific record for a requested object. This API allows you to modify existing record data by providing the object slug and record ID.

Headers

string
required
Bearer token for authentication, click here to generate one
string
default:"application/json"
required
application/json

Path Parameters

string
required
The slug identifier for the object type you want to update (e.g., “lead”, “user”, “opportunity”, “communication”)
string
required
The unique identifier of the specific record you want to update

Body

string
ID of the user who should own this record
string
Name or title of the record
string
Email address associated with the record
string
Phone number associated with the record
string
Current status of the record
string
External reference ID for integration purposes

Example

Request

Response 200 OK

Request for Failure Scenario

The Failure Scenario where the record with the provided ID does not exist

Response 400 Bad Request