IGPAPI
    Preparing search index...

    Function RegistrationSendCode

    • Step 2: Submit phone number and trigger SMS.

      Calls send_confirmation.async. The phone number must include country code (e.g. +1...).

      Parameters

      Returns Effect<
          {
              regContext: string
              | null;
              regInfo: {
                  confirmation_medium: string;
                  contactpoint: string;
                  contactpoint_type: string;
              };
              registrationFlowId: string;
              waterfallId: string;
          },
          IgApiError
          | RequestError
          | ParseError
          | TransportError,
          MobileDevice | GraphqlJsonHttp | MobileApplication,
      >