APIs & Integrations

CSwart
Participant

How to get default object schemas?

I would like to see all default object schemas. I tried with GET
/crm/v3/schemas


Sadly using this endpoint does not seem to return default object schemas.

When running:
curl --request GET \
--url 'https://api.hubapi.com/crm/v3/schemas?archived=false&hapikey=YOUR_HUBSPOT_API_KEY'

My results are:

{"results":[]}

0 Upvotes
2 Replies 2
dennisedson
HubSpot Product Team
HubSpot Product Team

How to get default object schemas?

@CSwart 

Have you looked at the open api specs?

0 Upvotes
CSwart
Participant

How to get default object schemas?

Hello Dennis, yeah I have checked the open api specs. That's where I came across the schema endpoint. Which sadly does not return the default object schemas. Sadly searching the spec does not return anything meaningful either.

0 Upvotes