Skip to main content
POST
Create a course

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json

Is the input object used to create a new CRM object, containing the properties to be set and optional associations to link the new record with other CRM objects.

associations
object[]
required

An array of objects representing the associations between the new CRM object and other existing objects. Each association specifies the related object and the type of association.

properties
object
required

An object containing key-value pairs where each key is a property name and each value is the property's value. These properties define the attributes of the CRM object being created.

Response

successful operation

A simple public object.

archived
boolean
required

A boolean indicating whether this object is archived.

createdAt
string<date-time>
required

The date and time when this object was created, in ISO 8601 format.

id
string
required

The unique identifier for this object, represented as a string.

properties
object
required

A map of property names to their values, where each value is a string.

updatedAt
string<date-time>
required

The date and time when this object was last updated, in ISO 8601 format.

archivedAt
string<date-time>

The date and time when this object was archived, in ISO 8601 format.

objectWriteTraceId
string

A string identifier used for tracing the write operations on this object.

propertiesWithHistory
object

A map of property names to their historical values, where each value is an array of objects containing the value and timestamp.

url
string

A string representing the URL associated with this object.

warnings
object[]

An array of warnings related to this object, where each warning contains a category, message, and context.

Last modified on September 9, 2026