Skip to main content
GET
Retrieve a trunk
Retrieves the complete details of a specific trunk by its unique trunk_id. Use this endpoint to verify trunk configuration, check rate limits, or confirm the trunk’s enabled status.
Authentication required:
  • X-Auth-ID - Your account Auth ID
  • X-Auth-Token - Your account Auth Token
  • Content-Type: application/json

Request

cURL

Response

Returns the complete trunk object with all attributes.
Response - 200 OK
Error Response (404): If the trunk_id does not exist or does not belong to your account, the API returns a 404 Not Found error.

Authorizations

X-Auth-ID
string
header
required

Your Vobiz account Auth ID

X-Auth-Token
string
header
required

Your Vobiz account Auth Token

Path Parameters

auth_id
string
required

Your account Auth ID

Example:

"MA_XXXXXX"

trunk_id
string
required
Example:

"trunk_XXXXXX"

Response

200 - application/json

Trunk details

trunk_id
string
required
account_id
string
required
name
string
required
trunk_domain
string
required
trunk_status
string
required
secure
boolean
required
trunk_direction
string
required
concurrent_calls_limit
integer
required
cps_limit
integer
required
description
string
required
transport
string
required
recording
boolean
required
enable_transcription
boolean
required
pii_redaction
boolean
required
webhook_method
string
required
recording_webhook_enabled
boolean
required
created_at
string
required
updated_at
string
required