APIs & Integrations

karien
Participant

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

linkedin

Jaycee Lewis

Developer Community Manager

Community | HubSpot

0 Upvotes