Twilio.Verify.V2.FormService (twilio_elixir v0.1.1)

Copy Markdown View Source

Service for Form API operations.

Operations: fetch

Summary

Functions

Fetch the forms for a specific Form Type.

Functions

fetch(client, sid, opts \\ [])

@spec fetch(Twilio.Client.t(), String.t(), keyword()) ::
  {:ok, Twilio.Resources.Verify.V2.Form.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}

Fetch the forms for a specific Form Type.

Operation: FetchForm | Tags: VerifyV2Form