Monday integration using Dreamfactory: Documenting the Monday API in Swagger

I would like to drop the Monday API full technical documentation into Dreamfactory, using Swagger to then automatically expose and make available all of the endpoints.

Is it possible to get the documentation? For both the V1 and V2 APIS?

Hey Marc,

Our documentation is currently available at developers.monday.com, or via our GraphQL editor at monday.com.

Our API is built on GraphQL design patterns and not REST, which makes it incompatible with the OpenAPI spec. More generally, our API only has one endpoint and the API operation is instead defined in the query.

That said, I’d love to know more about what you’re trying to do so I can help!