Custom Object REST Endpoints

Resource/Custom Object
Create, get, update and delete custom objects.
Create a Custom Object
Method: post
Path: /customObject
Delete a Custom Object
Method: delete
Path: /customObject/{id}
Get a Custom Object by ID
Method: get
Path: /customObject/{id}
Get Custom Objects
Method: get
Path: /customObject
Update a Custom Object
Method: patch
Path: /customObject/{id}