Close · Capability
API Endpoints — subpackage_customObjects
API Endpoints — subpackage_customObjects. 5 operations. Lead operation: List Custom Object instances. Self-contained Naftiko capability covering one Close business surface.
What You Can Do
GET
List
— List Custom Object instances
/v1/custom-object
POST
Create
— Create a new Custom Object instance
/v1/custom-object
GET
Get
— Retrieve a single Custom Object instance
/v1/custom-object/{id}
PUT
Update
— Updating a Custom Object instance
/v1/custom-object/{id}
DELETE
Delete
— Delete a Custom Object instance
/v1/custom-object/{id}
MCP Tools
list-custom-object-instances
List Custom Object instances
read-only
idempotent
create-new-custom-object-instance
Create a new Custom Object instance
retrieve-single-custom-object-instance
Retrieve a single Custom Object instance
read-only
idempotent
updating-custom-object-instance
Updating a Custom Object instance
idempotent
delete-custom-object-instance
Delete a Custom Object instance
idempotent