package example
import (
context "context"
client "github.com/auth0/go-auth0/management/management/client"
option "github.com/auth0/go-auth0/management/management/option"
)
func do() {
client := client.NewClient(
option.WithToken(
"<token>",
),
)
client.Guardian.Factors.Phone.GetTwilioProvider(
context.TODO(),
)
}{
"from": "+1223323",
"messaging_service_sid": "5dEkAiHLPCuQ1uJj4qNXcAnERFAL6cpq",
"auth_token": "zw5Ku6z2sxhd0ZVXto5SDHX6KPDByJPU",
"sid": "wywA2BH4VqTpfywiDuyDAYZL3xQjoO40"
}Retrieve configuration details for a Twilio phone provider that has been set up in your tenant. To learn more, review Configure SMS and Voice Notifications for MFA.
package example
import (
context "context"
client "github.com/auth0/go-auth0/management/management/client"
option "github.com/auth0/go-auth0/management/management/option"
)
func do() {
client := client.NewClient(
option.WithToken(
"<token>",
),
)
client.Guardian.Factors.Phone.GetTwilioProvider(
context.TODO(),
)
}{
"from": "+1223323",
"messaging_service_sid": "5dEkAiHLPCuQ1uJj4qNXcAnERFAL6cpq",
"auth_token": "zw5Ku6z2sxhd0ZVXto5SDHX6KPDByJPU",
"sid": "wywA2BH4VqTpfywiDuyDAYZL3xQjoO40"
}Documentation Index
Fetch the complete documentation index at: https://auth0-chore-sdk-version-update-20260521.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Twilio Phone configuration successfully retrieved.
From number
64Copilot SID
1 - 1000Twilio Authentication token
1 - 1000Twilio SID
1 - 1000Cette page vous a-t-elle été utile ?