Class SmsControllerApi

Hierarchy

Constructors

Properties

configuration: Configuration = ...

Methods

  • Get number of sent SMS Get sent SMS count

    Parameters

    • Optional initOverrides: RequestInit

    Returns Promise<CountDto>

  • Extract one-time passcodes and verification tokens from SMS body content. Deterministic PATTERN extraction is available now. Use method flags to control fallback behavior for QA. Extract verification codes from an SMS

    Parameters

    Returns Promise<ExtractCodesResult>

  • Get number of SMS Get SMS count

    Parameters

    • Optional initOverrides: RequestInit

    Returns Promise<CountDto>

  • Returns a SMS summary object with content. Get SMS content including body. Expects SMS to exist by ID. For SMS that may not have arrived yet use the WaitForController.

    Parameters

    Returns Promise<SmsDto>

  • Get number of SMS unread. Unread means has not been viewed in dashboard or returned in an email API response Get unread SMS count

    Parameters

    • Optional initOverrides: RequestInit

    Returns Promise<UnreadCount>

  • Get number of SMS unread. Unread means has not been viewed in dashboard or returned in an email API response Get unread SMS count

    Parameters

    • Optional initOverrides: RequestInit

    Returns Promise<ApiResponse<UnreadCount>>