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.
IP Authentication creation response
Bad Request
Unauthorized
Record Not Found
{- "success": true,
- "message": "string",
- "ip_authentication_method": "tech-prefix"
}
Updates the IP authentication strategy used for the connection.
IP authentication strategy details
IP authentication update response
Bad Request
Unauthorized
Record Not Found
Unprocessable Request
{- "ip_authentication_method": "tech-prefix",
- "webhook_url": "string",
- "failover_url": "string"
}
{- "success": true,
- "message": "string",
- "ip_authentication_method": "tech-prefix"
}
Retrieves a suggestion for a token to use with the IP authentication method with a connection.
{- "token_suggestion": "string"
}