APIs & Integrations

T11
Member

Schema exposition through API

Hello,

 

Im looking for a way to expose my hubspot object schema in a friendly way with a render like Open AI and swagger.


For exemple my objetc "contact", i want to create a swagger's schema or something equivalent listing every properties with their types, options, descriptions etc ... 

 

I already created a private app and pinged it succesfully with postman or a test app but before going in a home-made project parsing the json and i wanted to know if there is a "dumb" and simple way to do it already in place ? 

That would help me a lot, appreciates any help 🙂

 

Thanks in advance,

0 Upvotes
2 Replies 2
Jaycee_Lewis
Community Manager
Community Manager

Schema exposition through API

Hey, @T11 👋 Is this what you are looking for? https://github.com/HubSpot/HubSpot-public-api-spec-collection — 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
T11
Member

Schema exposition through API

Hello @Jaycee_Lewis thanks for your response,

It looks like what i want but how can i generate those json specific for my hubspot's objects, in my case i want to generate a documentation of an object lets take "contact" and list all proprerties and there fields (name, label, type etc ...)

I want to produce an API documentation specific to my usage so that someone external using the api to create a contact know what my properties are and the fields he needs to give in order to create a contact in my hubspot.

0 Upvotes