APIs & Integrations

CSwart
Participante

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 Avaliação positiva
2 Respostas 2
dennisedson
Equipe de Produto da HubSpot
Equipe de Produto da HubSpot

How to get default object schemas?

@CSwart 

Have you looked at the open api specs?

0 Avaliação positiva
CSwart
Participante

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 Avaliação positiva