Skip to main content
Version: 1.x.x

registry

This method gets a list of available(online) gateways.

URL

/registry

Method

GET

Parameters

Parameter NameTypeValueDescription
pagequerynumberPagination index
itemsPerPagequerynumberNumber of elements per request

Request body

Do not supply a request body with this method.

Response

This method returns a list with registered devices.

Sample Call

GET /api/{apiversion}/registry
{

}

HTTP/1.1 200 OK
{
"status": 200,
"message": "Successful request",
"meta": {
"currentPage": 1,
"totalPages": 1,
"itemsPerPage": 30,
"totalItems": 1
},
"data": [
{
"username": "215706",
"host": "atlanta2.voip.ms",
"ip":"209.217.224.50",
"expires": 600,
"registeredOn": 1588525156280,
"gwRef": "gw50a1a4ca",
"gwURI": "sip:215706@atlanta2.voip.ms:5060",
"regOnFormatted": "a few seconds ago"
}
]
}