Get Your SIP Extensions and Gateway profile informations.

  • Authentication required.

Notice: no params required.

CURL Example:

curl -X POST https://oim.pasifiktelekom.com.tr/en/api/pbx/sipextensions/ \
     -H 'Content-Type:application/json' -H 'accept:application/json' -H 'Authorization:XXXXXXXXXXXXXXXXXXXX' \
     -d '{}'
GET /en/api/pbx/sipextensions/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "message": "OK",
    "code": "200"
}