Management API
Go
package example import ( client "github.com/auth0/go-auth0/management/client" option "github.com/auth0/go-auth0/management/option" context "context" ) func do() () { client := client.NewClient( option.WithToken( "<token>", ), ) client.Guardian.Factors.Sms.GetSelectedProvider( context.TODO(), ) }
{ "provider": "auth0" }
This endpoint has been deprecated. To complete this action, use the Retrieve phone configuration endpoint instead.
Previous functionality: Retrieve details for the multi-factor authentication SMS provider configured for your tenant.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns selected SMS provider configuration
auth0
twilio
phone-message-hook
Was this page helpful?