Skip to main content
POST
/
1
/
recipients
Create a Recipient
curl --request POST \
  --url https://api.honeycomb.io/1/recipients \
  --header 'Content-Type: application/json' \
  --data '
{
  "type": "pagerduty",
  "details": {
    "pagerduty_integration_name": "Example PagerDuty Service",
    "pagerduty_integration_key": "7zOwh1edS8xHGcwfb2bA4sqY8E6PJzSK"
  }
}
'
{
  "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"
  }
}

Body

application/json
type
enum<string>
required

One of the supported Recipient Types

Available options:
pagerduty
details
object

Specific schema for the Pagerduty Recipient Type

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