v1

latestOpenAPI 3.1.02026-07-22750642.5 KB
CDP Custom Objects

Create object type

Create a custom object type — required before you can upsert objects of that kind.

post/api/v1/cdp/custom-objects/types

Request body

namestring required

Unique machine name for the type (e.g. "order").

displayNamestring required

Human-readable label for the type.

descriptionstring

Optional description of what this type represents.

Response

Success

namestring required

Unique machine name for the type.

displayNamestring required
descriptionstring nullable required
createdboolean required