Skip to main content

Retrieve an endpoint by ID

GET 

/v1/endpoints/:id

Returns a JSON object representing a notification endpoint configured in the account.

Request

Path Parameters

    id int32required

    ID of the notification endpoint

Responses

successful operation

Schema
    endpointType string

    Possible values: [BigPanda, Slack, Datadog, Custom, PagerDuty, VictorOps, Opsgenie, ServiceNow, Microsoft Teams]

    The notification endpoint type that will receive alert messages

    id int32

    ID of the notification endpoint

    title string

    Name of the endpoint

    description string

    Detailed description of the endpoint

Loading...