Custom objects REST Endpoints

Application/2.0/Custom objects
Custom objects are a complement to the standard Data Entities (i.e. Contacts, Companies). Essentially, custom objects are used for two main functions: linking directly to a Contact and performing actions based on information collected without duplication. Learn more about custom objects.
Create a custom object
Method: post
Path: /api/rest/2.0/assets/customObject
Delete a custom object
Method: delete
Path: /api/rest/2.0/assets/customObject/{id}
Retrieve a custom object
Method: get
Path: /api/rest/2.0/assets/customObject/{id}
Retrieve a list of custom objects
Method: get
Path: /api/rest/2.0/assets/customObjects
Update a custom object
Method: put
Path: /api/rest/2.0/assets/customObject/{id}