provider Api20100401ValidationRequest POST /2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds.json
@utdk/twilio /2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds.json
AccountSid path required
The SID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for the new caller ID resource.
string

Try it

Authentication
Configure credentials for Twilio - Api
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

createvalidationrequest
POST/2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds.json

Parameters

required

The SID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for the new caller ID resource.

Input

required

The phone number to verify in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number.

A descriptive string that you create to describe the new caller ID resource. It can be up to 64 characters long. The default value is a formatted version of the phone number.

The number of seconds to delay before initiating the verification call. Can be an integer between `0` and `60`, inclusive. The default is `0`.

The digits to dial after connecting the verification call.

The URL we should call using the `status_callback_method` to send status information about the verification process to your application.

The HTTP method we should use to call `status_callback`. Can be: `GET` or `POST`, and the default is `POST`.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import twilio from '@utdk/twilio';

await twilio.createvalidationrequest()