Skip to content

Get Configuration of a User-defined Node



GET /api/v1/dialing_region/{region_uuid}/info

Overview

Retrieve the configuration of a user-defined node

Route Parameters

Parameter Name Type Required Description
region_uuid string Y ID of the User-defined Node

Additional Parameter Explanation

Request Example

curl 'https://us1-openapi.truewatch.com/api/v1/dialing_region/reg_xxxx20/info' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--compressed

Response

{
    "code": 200,
    "content": {
        "ak": {
            "ak": "xxxxx",
            "external_id": "wksp_xxxx32",
            "owner": "",
            "parent_ak": "ak_xxxx20",
            "sk": "xxxx",
            "status": "",
            "update_at": 0
        },
        "regionInfo": {
            "city": "Singapore",
            "company": "",
            "country": "Singapore",
            "create_at": 0,
            "external_id": "wksp_xxxx32",
            "heartbeat": -1,
            "internal": false,
            "isp": "telecom",
            "keycode": "singapore-telecom",
            "name": "test",
            "owner": "custom",
            "parent_ak": "ak_xxxx20",
            "province": "",
            "region": "singapore-telecom",
            "status": "",
            "uuid": "reg_xxxx20"
        }
    },
    "errorCode": "",
    "message": "",
    "success": true,
    "traceId": "TRACE-6829E84B-B44B-4B27-8B6E-CB164994B22B"
}