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 ?
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 !
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.