/
/Ory Identities API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 2mo ago
metadata4
v0alpha132
  • getList Identities
  • postCreate an Identity
  • getGet an Identity
  • putUpdate an Identity
  • deleteDelete an Identity
  • postCreate a Recovery Link
  • get/schemas/{id}
  • getGet Self-Service Errors
  • postSubmit a Login Flow
  • getInitialize Login Flow for APIs, Services, Apps, ...
  • getInitialize Login Flow for Browsers
  • getGet Login Flow
  • getComplete Self-Service Logout
  • deletePerform Logout for APIs, Services, Apps, ...
  • getCreate a Logout URL for Browsers
  • postComplete Recovery Flow
  • getInitialize Recovery Flow for APIs, Services, Apps, ...
  • getInitialize Recovery Flow for Browsers
  • getGet Recovery Flow
  • postSubmit a Registration Flow
  • getInitialize Registration Flow for APIs, Services, Apps, ...
  • getInitialize Registration Flow for Browsers
  • getGet Registration Flow
  • postComplete Settings Flow
  • getInitialize Settings Flow for APIs, Services, Apps, ...
  • getInitialize Settings Flow for Browsers
  • getGet Settings Flow
  • postComplete Verification Flow
  • getInitialize Verification Flow for APIs, Services, Apps, ...
  • getInitialize Verification Flow for Browser Clients
  • getGet Verification Flow
  • getCheck Who the Current HTTP Session Belongs To
    v0alpha1

    Get a JSON Schema

    get/schemas/{id}

    Path parameters

    idstring required

    ID must be set to the ID of schema you want to get

    Response

    jsonSchema

    JsonSchema required

    Raw JSON Schema

    Changes