OpenAPI Specification for Auth0 APIs

Would be nice if we could have access to an complete OpenAPI specification for Auth0 APIs. That would allow us to check if our integration code is correct with how Auth0 APIs looks like. We can run our integration tests with that specification and be confident our code is correct (contracts). Is it possible to find the current OpenAPI specs for the Auth0 APIs somewhere?

At this time, to my knowledge that is neither available nor planned. However, I submitted this idea in our tracking system so that it’s logged and also further reviewed. This does not imply that will be considered and implemented, but it does guarantee additional visibility. Thanks for your feedback.

I hope you will see the value it would bring to Auth0 customers. For now I wrote myself the OpenAPI specification for the endpoints I am interested. Basically scrapping the documentation pages.