Create Custom Object
Allows you to create a custom object schema. To understand objects and records, please have a look at the documentation here : https://help.hoopai.com/api-reference/overview/objects
POST
Create Custom Object
Documentation Index
Fetch the complete documentation index at: https://help.hoopai.com/llms.txt
Use this file to discover all available pages before exploring further.
Headers
API Version
Available options:
2021-07-28 Body
application/json
Example:
{ "singular": "Pet", "plural": "Pets" }key that would be used to refer the Custom Object internally (lowercase + underscore_separated). 'custom_objects.' would be added as prefix by default
Example:
"custom_objects.pet"
Location Id
Example:
"ve9EPM428h8vShlRW1KT"
Pet Object`s description
Example:
"These are non vaccinated pets"
Response
Successful response
Last modified on March 8, 2026
Create Custom Object