IGPAPI
    Preparing search index...

    Function challengeNavigationPost

    • POST to /api/v1/bloks/apps/{action}/.

      Adds _uuid, bk_client_context, challenge_context (from session), bloks_versioning_id automatically. Caller provides step-specific fields via form.

      Parameters

      • action: string
      • Optionalform: Record<string, string | undefined>

      Returns Effect<
          Bloks.BloksResponse,
          IgApiError
          | RequestError
          | ParseError
          | TransportError,
          MobileSession | MobileDevice | BloksHttp | MobileApplication,
      >