Management API
TypeScript
import { ManagementClient } from "auth0"; async function main() { const client = new ManagementClient({ token: "<token>", }); await client.guardian.factors.sms.getSelectedProvider(); } main();
{ "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