Create Domain Dial Config Info
create a new pinless_dialin or pin_dialin config
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
the configuration object passed to the POST API that creates the dialin config.
The type of dial-in configuration to create.
pin_dialin, pinless_dialin The phone number to configure for pinless_dialin or pin_dialin, in E.164 format (e.g. "+18058700061"). If the same number is used by any other config then the API will fail. Required for pinless_dialin, optional for pin_dialin.
"+12555599999"
friendly name for the configuration.
"my-identifier-prefix"
The HMAC signature used to verify the webhook called to "room_creation_api". (only for pinless_dialin type)
"9jyatvPWQfBymCGDOYPYKF/TRZXR+08Gj4bvPF78pH0="
The URL to the hold music to play when the call is received, (only for pinless_dialin type). The hold music must be a publicly accessible URL in MP3 format. The hold music must be less than 10MB in size and less than 60 seconds in duration. In pinless_dialin, the hold music will be played twice.
"https://mydomain.com/hold-music.mp3"
The timeout configuration for the dialin config.
configuration when the call is received on phone number (only for pin_dialin).
Response
The final dialin config for the id.
A unique, opaque ID for this object. You can use this ID in API calls, and in paginated list operations.
"0cb313e1-211f-4be0-833d-8c7305b19902"
describes the type of configuration. It can be pinless_dialin or pin_dialin.
pinless_dialin, pin_dialin "pinless_dialin"
the configuration object passed to the POST API that creates the dialin config.