IGPAPI
    Preparing search index...

    Function RegistrationBloksAsyncActionCall

    • A number of registration steps fire as bloks REST async actions (POST /api/v1/bloks/async_action/<app_id>/) instead of the graphql_www path: caa.reg.contact_point_phone_vtwo.async, caa.reg.name_vtwo.async, and a few experiment-exposure helpers. Body shape is the same triple-nested params envelope, just delivered through a plain JSON form post.

      Parameters

      • appId: string
      • clientInputParams: Record<string, unknown>
      • serverParams: Record<string, unknown>
      • Optionalheaders: Record<string, string>

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