API - How to Create a Custom Object

How to create Custom Objects dynamically through SprintHub's API.

Route

POST /customobjects/objects/:id_definition?apitoken=your-token&i=your-instance

Query Params

Key
Description

i

Identifier of your instance, subdomain.

apitoken

API token.

Path Params

Key
Description

:id_definition

ID of the Custom Object definition. You can check the list of available IDs here.

Testing Custom Object Creation

The request was sent using the software Postman. Should be inserted in the body the fields to be filled for the Custom Objects, the key must match the alias of each field. The expected response is an object representing the created Object.

circle-info

To link the created Object to a lead, use the ID returned in this call in the Custom Object relationship request.

Request to Create Custom Object.

Last updated

Was this helpful?