Skip to main content
GET
List transfer destinations

Authorizations

Authorization
string
header
required

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

Response

Default Response

id
string<uuid>
required
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
name
string
required
type
enum<string>
required
Available options:
hangup,
phone,
sip,
team
value
string | null
required
sipUsername
string | null
required
hasSipPassword
boolean
required
sipHost
string | null
required
sipPort
integer | null
required
Required range: -9007199254740991 <= x <= 9007199254740991
sipExtension
string | null
required
sipTransport
enum<string> | null
required
Available options:
udp,
tcp,
tls
sipCallerId
string | null
required
routingGroupId
string | null
required
createdAt
string
required
updatedAt
string
required