Skip to main content
Version: v3

Create Custom Object

POST 

/objects/

Allows you to create a custom object schema. To understand objects and records, please have a look at the documentation here : https://doc.clickup.com/8631005/d/h/87cpx-277156/93bf0c2e23177b0

Request

Version stringrequired

API Version

Available optionsv3
application/json

Bodyrequired

    labelsobjectrequired

    This is what your custom object will be called. These labels will be used to display your custom object on the UI

    keystringrequired

    key that would be used to refer the Custom Object internally (lowercase + underscore_separated). 'custom_objects.' would be added as prefix by default

    descriptionstring

    Pet Object`s description

    locationIdstringrequired

    Location Id

    primaryDisplayPropertyDetailsobjectrequired

    Primary property which will be displayed on the record page

application/json

Successful response

Schema
    objectobject