Setup RTP Block
Create
Create a new Setup RTP Block record.
post/api/cp/setup/rtp-block
Request body
Example request
{
"id": 12345,
"account_id": 1,
"ip": "192.168.1.1",
"cidr": "example_cidr",
"from_ip": 123,
"to_ip": 123,
"flags": "CUSTOMER_IN"
}Response
Successful response
Example response
{
"id": 12345,
"status": "OK"
}