Management API
TypeScript
import { ManagementClient } from "auth0"; async function main() { const client = new ManagementClient({ token: "<token>", }); await client.branding.phone.providers.test("id", { to: "to", }); } main();
{ "code": 123, "message": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 - 255
The recipient phone number to receive a given notification.
1 - 16
The delivery method for the notification
text
voice
1 - 10
Phone notification sent.
The status code of the operation.
The description of the operation status.