hubspot-get-schemas
Retrieve all custom object schemas defined in a HubSpot account to identify object types, properties, and associations. Use the returned objectTypeId and objectType for accurate API requests.
Instructions
🎯 Purpose:
1. Retrieves all custom object schemas defined in the HubSpot account.
🧭 Usage Guidance:
1. Before working with custom objects to understand available object types,
their properties, and associations.
📦 Returns:
1. Provides the objectTypeId and objectType for each schema.
2. These attributes should be used for this object type instead of "custom" in subsequent requests.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}