Skip to main content
POST
Bulk Upsert Records
Bulk upsert multiple records for a requested object in a single API call. This API is useful when you need to insert or update multiple records efficiently, reducing the number of API calls required.

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 filter (e.g., “lead”, “user”, “opportunity”)

Example Request

Example

Request

Response 200 OK

Request for Failure Scenario

This example demonstrates how the API handles validation errors when the input data is not in the correct format

Response 200 OK

Failures are returned in the response, allowing you to handle them appropriately.