Skip to main content
GET
domain-dialin-config/:id

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

200

id
string

A unique, opaque ID for this object. You can use this ID in API calls, and in paginated list operations.

Example:

"0cb313e1-211f-4be0-833d-8c7305b19902"

type
enum<string>

describes the type of configuration. It can be pinless_dialin or pin_dialin.

Available options:
pinless_dialin,
pin_dialin
Example:

"pinless_dialin"

config
object

the configuration object passed to the POST API that creates the dialin config.