Skip to main content

Retrieve an outbound profile

GET 
/termination/endpoints/:id

Retrieves the details of an existing outbound profile.

Request

Path Parameters

    id stringrequired

    ID of Outbound Profile to retrieve

Query Parameters

    whitelisted_destination_format string

    Possible values: [alpha2, alpha3, iso_numeric]

    Default value: alpha3

    Format of your whitelisted destinations.

Responses

200: Outbound Profile record response

401: Unauthorized

404: Resource not found

Loading...