<@U04UQ68083H> provide me the list of kratos pubic...
# ory-copilot
g
@chilly-king-10285 provide me the list of kratos pubic API
b
A message from kapa.ai
The knowledge sources do not provide a single, comprehensive list of all Ory Kratos Public API endpoints. However, they do provide some information about the types of endpoints available and their general usage. From the available documentation, the Ory Kratos Public API (also referred to as the "Browser" API, typically running on port 4433) is used for self-service flows such as registration, login, logout, recovery, verification, and profile settings. Some example endpoints and their purposes include: -
/self-service/login/browser
– Initializes a browser-based login flow. -
/self-service/registration/browser
– Initializes a browser-based registration flow. -
/self-service/login/flows?id=<flow_id>
– Retrieves details about a specific login flow. -
/self-service/registration/flows?id=<flow_id>
– Retrieves details about a specific registration flow. -
/self-service/errors
– Retrieves user-facing self-service flow errors. -
/.well-known/ory/webauthn.js
– Provides JavaScript needed for WebAuthn login and registration. These endpoints are intended for use by frontend applications (e.g., SPAs, native apps) to manage user authentication and related flows. For a full and up-to-date list of all public API endpoints, you should consult the [Ory Kratos API Reference](https://www.ory.sh/docs/kratos/reference/api) or the OpenAPI specification provided by Ory Kratos, as the knowledge sources do not enumerate every endpoint explicitly[Kratos API Reference](https://raw.githubusercontent.com/ory/kratos/master/spec/api.json). If you need a complete and detailed list, please refer to the official API documentation or the OpenAPI spec linked above.