v33

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-2972102177.5 KB
Applications

Create Authentication Flow

Creates a new authentication flow for an application.

post/v1/applications/{application_id}/auth-flows

Path parameters

application_idstring uuid required

The ID of the application

Request body

namestring required

Name of the authentication flow

descriptionstring

Description of the authentication flow

is_recommendedboolean

Whether this is the recommended authentication flow

methodsstring[] required

Authentication methods in this flow

Response

Authentication flow created successfully

idstring uuid

Unique identifier for the authentication flow

namestring

Name of the authentication flow

descriptionstring nullable

Description of the authentication flow

is_recommendedboolean

Whether this is the recommended authentication flow

methodsstring[]

Authentication methods in this flow

created_atstring date-time

Timestamp when the authentication flow was created

updated_atstring date-time

Timestamp when the authentication flow was last updated