Skip to main content

Attach connections to an outbound profile

PUT 
/termination/endpoints/:id/actions/attach_connections

Attaches the specified connections to an outbound profile if they are not already attached. Note that this endpoint never removes connections already attached.

Request

Path Parameters

    id stringrequired

    ID of outbound profile to update

Body

required

IDs of connections to attach to the outbound profile

    connection_ids string[]required

Responses

200: Outbound Profile updated response

400: Bad request

401: Unauthorized

Loading...