Skip to main content
GET
/
api
/
v1
/
pbx_extension_connectors
/
sip_server
Get the SIP connector server assigned to your account
curl --request GET \
  --url https://{subdomain}.mihu.ai/api/v1/pbx_extension_connectors/sip_server \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "assigned": true,
    "ip": "<string>",
    "region": "<string>",
    "port": 123,
    "status": true
  }
}

Documentation Index

Fetch the complete documentation index at: https://developers.mindhunters.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Response

200 - application/json

Success

success
boolean
data
object

The SIP connector server currently allocated to your account (or null block when none is assigned).