/
/Ory Kratos API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 2mo ago
admin10
public27
  • get/schemas/{id}
  • getInitialize Browser-Based Logout User Flow
  • postComplete the Browser-Based Settings Flow for the OpenID Connect Strategy
  • getGet User-Facing Self-Service Errors
  • getInitialize Login Flow for API clients
  • getInitialize Login Flow for browsers
  • getGet Login Flow
  • postComplete Login Flow with Username/Email Password Method
  • getInitialize Recovery Flow for API Clients
  • getInitialize Recovery Flow for Browser Clients
  • getGet information about a recovery flow
  • postComplete Recovery Flow with Link Method
  • getInitialize Registration Flow for API clients
  • getInitialize Registration Flow for browsers
  • getGet Registration Flow
  • postComplete Registration Flow with Username/Email Password Method
  • getInitialize Settings Flow for API Clients
  • getInitialize Settings Flow for Browsers
  • getGet Settings Flow
  • postComplete Settings Flow with Username/Email Password Method
  • postComplete Settings Flow with Profile Method
  • getInitialize Verification Flow for API Clients
  • getInitialize Verification Flow for Browser Clients
  • getGet Verification Flow
  • postComplete Verification Flow with Link Method
  • deleteRevoke and Invalidate 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

    The raw identity traits schema

    object required

    Changes