Skip to main content
POST
Bulk Create Object Records
Create multiple records for a requested object in a single API call. This API is useful when you need to insert 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 create records for (e.g., “lead”, “user”, “opportunity”, “communication”)

Body

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

Example

Request

Response 200 OK

Request with Multiple Fields

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 400 Bad Request