Skip to main content
GET
/
guardian
/
factors
/
push-notification
/
selected-provider
TypeScript
import { ManagementClient } from "auth0";

async function main() {
    const client = new ManagementClient({
        token: "<token>",
    });
    await client.guardian.factors.pushNotification.getSelectedProvider();
}
main();
{
  "provider": "guardian"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Returns selected push notification provider

provider
enum<string>
Available options:
guardian,
sns,
direct