Skip to main content
GET
/
1
/
recipients
List all Recipients
curl --request GET \
  --url https://api.honeycomb.io/1/recipients
[
  {
    "type": "pagerduty",
    "id": "yUheCUmgZ8p",
    "created_at": "2022-07-26T22:38:04Z",
    "updated_at": "2022-07-26T22:38:04Z",
    "details": {
      "pagerduty_integration_name": "Example PagerDuty Service",
      "pagerduty_integration_key": "7zOwh1edS8xHGcwfb2bA4sqY8E6PJzSK"
    }
  }
]

Response

Success

type
enum<string>
required

One of the supported Recipient Types

Available options:
pagerduty
id
string
Example:

"yUheCUmgZ8p"

created_at
string<date-time>

ISO8601 formatted time the Recipient was created.

Example:

"2022-07-26T22:38:04Z"

updated_at
string<date-time>

ISO8601 formatted time the Recipient was updated.

Example:

"2022-07-26T22:38:04Z"

details
object

Specific schema for the Pagerduty Recipient Type