Skip to main content

Retrieve all notification endpoints

GET 

/v1/endpoints

Returns an array of JSON objects. Each object represents a notification endpoint configured in the account.

Request

Responses

successful operation

Schema
  • Array [
  • 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...