• Live group demo of Marketing Hub + Data Agent

    Standardize reporting, reduce manual work, and introduce AI without cleanup

    Join us on March 12
  • Ready to build your local HubSpot community?

    HUG leaders host events, spark connections, and create spaces where people learn and grow together.

    Become a HUG Leader

is copy all of schema not available

karien
Contributor | Gold Partner
Contributor | Gold Partner

read schema, i want to copy it to editor to search....

0 Upvotes
1 Reply 1
Jaycee_Lewis
Thought Leader

Hey, there 👋 You can use the endpoint GET/crm/v3/schemas/{objectType} to get the schema for any existing object. Here's a quick test I did for the Contacts object:

Request 

curl --request GET \
  --url https://api.hubapi.com/crm/v3/schemas/contacts \
  --header 'authorization: Bearer YOUR_ACCESS_TOKEN'

 

This endpoint lives under the Custom Object tab but works for any existing object https://developers.hubspot.com/docs/api/crm/crm-custom-objects

 

Best,

Jaycee





loop


Loop Marketing is a new four-stage approach that combines AI efficiency and human authenticity to drive growth.

Learn More




0 Upvotes