Skip to main content

Create an authorized IP

POST 

/security/authorized_ips

Creates a new authorized IP object.

Request

Body

required

Authorized IP to add

    connection_id stringrequired
    ip_address stringrequired

Responses

200: Authorized IP created response

Schema

    id stringrequired
    ip_address stringrequired
    port integerrequired

    Default value: 5060

400: Bad request

401: Unauthorized

Loading...