Skip to main content

Set a connection to use IP authentication

POST 
/security/connections/:connection_id/ip_authentication

Set a connection to use IP authentication:

Note: authorized IP addresses are not added via this endpoint. Please see the authorized IP endpoints for operations involving adding and removing authorized IPs.

Request

Path Parameters

    connection_id stringrequired

    ID of the connection which you will set to use this type of authentication

Responses

200: IP Authentication creation response

400: Bad Request

401: Unauthorized

404: Record Not Found

Loading...