2

Is it possible somehow to get openapi (or swagger) definitions for Keycloak's REST endpoints in yaml or json format?

Everything I could find was documentation.

srnjak
  • 915
  • 7
  • 21

1 Answers1

1

There are some user-contributed definitions in this PR:
https://github.com/keycloak/keycloak/pull/5198

(1, 2)

but no official OpenAPI definition yet. Follow this issue for updates.

Helen
  • 87,344
  • 17
  • 243
  • 314