openapi: 3.0.3 info: contact: email: office@ory.sh description: | This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more. license: name: Apache 2.0 title: Ory Identities API version: v26.2.0 servers: - url: / tags: - description: APIs for managing identities. name: identity - description: "Endpoints used by frontend applications (e.g. Single-Page-App, Native\ \ Apps, Server Apps, ...) to manage a user's own profile." name: frontend - description: APIs for managing email and SMS message delivery. name: courier - description: Server Metadata provides relevant information about the running server. Only available when self-hosting this service. name: metadata paths: /.well-known/ory/webauthn.js: get: description: |- This endpoint provides JavaScript which is needed in order to perform WebAuthn login and registration. If you are building a JavaScript Browser App (e.g. in ReactJS or AngularJS) you will need to load this file: ```html