Overview
This article explains how to find the OpenAPI Spec (Swagger) representation of the Auth0 Management API.
Applies To
- Auth0 Management API
- OpenAPI Spec (Swagger)
Solution
Auth0 supports Swagger 1.2 representations, which are available at the following link.
https://${tenant}.auth0.com/api/v2/api-docs
Available representations can be accessed from the above link. As an example, the following link is for the Users Management API.
https://${tenant}.auth0.com/api/v2/api-docs/Users
Please open a feature request with the Auth0 product team for Swagger 2.x or newer OpenAPI spec.