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 :slightly_smiling_face:

Thanks in advance,

Hey, @T11 :waving_hand: Is this what you are looking for? GitHub - HubSpot/HubSpot-public-api-spec-collection · GitHub — Jaycee

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.