/
/Ory Identities API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 43m ago · Updated 2mo ago
admin10
public26
  • get/schemas/{id}
  • getInitialize Browser-Based Logout User Flow
  • getGet User-Facing Self-Service Errors
  • postSubmit a Login Flow
  • getInitialize Login Flow for Native Apps and API clients
  • getInitialize Login Flow for browsers
  • getGet Login Flow
  • postComplete Recovery Flow
  • getInitialize Recovery Flow for Native Apps and API clients
  • getInitialize Recovery Flow for Browser Clients
  • getGet information about a recovery flow
  • postComplete Recovery Flow with Link Method
  • postSubmit a Registration Flow
  • getInitialize Registration Flow for Native Apps and API clients
  • getInitialize Registration Flow for browsers
  • getGet Registration Flow
  • postComplete Settings Flow
  • getInitialize Settings Flow for Native Apps and API clients
  • getInitialize Settings Flow for Browsers
  • getGet Settings Flow
  • getInitialize Verification Flow for Native Apps and API clients
  • getInitialize Verification Flow for Browser Clients
  • getGet Verification Flow
  • postComplete Verification Flow
  • deleteInitialize Logout Flow for API Clients - Revoke a Session
  • getCheck Who the Current HTTP Session Belongs To
    public
    admin

    Get a Traits Schema Definition

    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