Skip to main content

Retrieve an Ip connection

GET 
/ip_connections/:id

Retrieves the details of an existing ip connection.

Request

Path Parameters

    id stringrequired

    IP Connection ID

Responses

200: Successful response with details about an IP connection.

400: Bad request, the request was unacceptable, often due to missing a required parameter.

401: Unauthorized

403: The user doesn't have the required permissions to perform the requested action.

404: The requested resource doesn't exist.

Loading...