APIs & Integrations

karien
Participant | Gold Partner
Participant | Gold Partner

is copy all of schema not available

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

0 Upvotes
1 Reply 1
Jaycee_Lewis
Community Manager
Community Manager

is copy all of schema not available

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


HubSpot’s AI-powered customer agent resolves up to 50% of customer queries instantly, with some customers reaching up to 90% resolution rates.
Learn More.


Did you know that the Community is available in other languages?
Join regional conversations by changing your language settings !
0 Upvotes