Skip to main content

flows_executor_get

GET 

/flows/executor/:flow_slug/

Get the next pending challenge from the currently active flow.

Request

Path Parameters

    flow_slug stringrequired

Query Parameters

    query stringrequired

    Querystring as received

Responses

Schema

    oneOf

    type ChallengeChoices (string)required

    Possible values: [native, shell, redirect]

    flow_info

    object

    Contextual flow information for a challenge

    title string
    background string
    cancel_url stringrequired
    layout ContextualFlowInfoLayoutEnum (string)required

    Possible values: [stacked, content_left, content_right, sidebar_left, sidebar_right]

    component string

    Default value: ak-stage-access-denied

    response_errors

    object

    property name*

    object[]

  • Array [

  • string stringrequired
    code stringrequired
  • ]

  • pending_user stringrequired
    pending_user_avatar stringrequired
    error_message string
Loading...