Flow Definitions
OpenAPI operations for flow definition templates.
Flow definitions are templates for user journeys such as login, registration, and recovery. They describe the ordered capabilities a flow should resolve and execute at runtime.
Revoke session DELETE
Revokes the session immediately (`state: revoked`). This is the logout operation. The session_token issued at creation (or superseded by a handoff exchange) is required. After revocation, any tokens derived from this session are invalidated.
List flow definitions GET
Retrieves a list of all flow definitions. This endpoint can be used to view existing flow definitions and their configurations.