v1
latestOpenAPI 3.0.32026-07-24156161.2 MBRoute Caller IDs (DID)
Get Route CallerID
Get Route Caller IDs
This endpoint retrieves the details of a specific route caller ID.
Request Parameters
- id (path parameter) : The ID of the route caller ID. for all, just set null.
get/route-caller-ids/{id}
Response
successful operation
Example response
{
"callerIds": [
{
"caller_id_name": "ILtest1",
"caller_id_number": "9721234567",
"created_at": "2023-04-25 05:32:00",
"id": "1",
"is_active": "1"
}
]
}