Setup RTP Block
Read
Retrieve a single Setup RTP Block record by ID.
get/api/cp/setup/rtp-block/{id}
Path parameters
idinteger required
Id identifier
Response
Successful response
Example response
{
"id": 12345,
"account_id": 1,
"ip": "192.168.1.1",
"cidr": "example_cidr",
"from_ip": 123,
"to_ip": 123,
"flags": "CUSTOMER_IN"
}