Overview
| ENDPOINT | /admin/api/nexbro/v1/call/gateways |
| Methods Supported | GET |
| Description | This endpoint is used to retrieve the list of gateways configured in Nexbro. |
Response Codes
The following response codes are returned by the API.
| HTTP CODE | Summary | Description |
| 200 | HTTP_OK | Returned when the gateways fetch request is processed successfully. |
| 500 | INTERNAL_SERVER_ERROR | Returned when an unexpected error occurs on the server while processing the request. |
Example
GET https://nexbro.com/admin/api/nexbro/v1/gateways
{
"message": "Success.",
"data": [
{
"gateway": "Dinstar",
"gateway_uuid": "a8e0a4e5-16f8-421a-80d7-f147f74f8c01"
}
]
}