Skip to main content
HackerOne webhooks allow you to listen for specific report and program events. For more information refer to HackerOne Webhooks documentation.

Sample Event

{
	"data": {
		"activity": {
			"type": "activity-bug-filed",
			"id": "1337",
			"attributes": {
				"message": "",
				"created_at": "2020-02-25T08:05:21.674Z",
				"updated_at": "2020-02-25T08:05:21.674Z",
				"internal": false
			},
			"relationships": {
				"actor": {
					"data": {
						"id": "1",
						"type": "user",
						"attributes": {
							"username": "hacker",
							"name": "Hacker One",
							"disabled": false,
							"created_at": "2019-08-01T13:53:04.239Z",
							"profile_picture": {
								"62x62": "/assets/avatars/default.png",
								"82x82": "/assets/avatars/default.png",
								"110x110": "/assets/avatars/default.png",
								"260x260": "/assets/avatars/default.png"
							},
							"signal": null,
							"impact": null,
							"reputation": 107,
							"bio": null,
							"website": null,
							"location": null,
							"hackerone_triager": null
						}
					}
				}
			}
		},
		"report": {
			"id": "548",
			"type": "report",
			"attributes": {
				"title": "Critical vulnerability!",
				"state": "new",
				"created_at": "2020-02-25T08:05:21.405Z",
				"vulnerability_information": "## Summary:\n",
				"triaged_at": null,
				"closed_at": null,
				"last_reporter_activity_at": "2020-02-25T08:05:21.674Z",
				"first_program_activity_at": "2020-02-25T08:05:21.674Z",
				"last_program_activity_at": "2020-02-25T08:05:21.674Z",
				"bounty_awarded_at": null,
				"swag_awarded_at": null,
				"disclosed_at": null,
				"reporter_agreed_on_going_public_at": null,
				"last_public_activity_at": "2020-02-25T08:05:21.674Z",
				"last_activity_at": "2020-02-25T08:11:20.699Z",
				"source": null
			},
			"relationships": {
				"reporter": {
					"data": {
						"id": "1",
						"type": "user",
						"attributes": {
							"username": "hacker",
							"name": "HackerOne",
							"disabled": false,
							"created_at": "2019-08-01T13:53:04.239Z",
							"profile_picture": {
								"62x62": "/assets/avatars/default.png",
								"82x82": "/assets/avatars/default.png",
								"110x110": "/assets/avatars/default.png",
								"260x260": "/assets/avatars/default.png"
							},
							"signal": null,
							"impact": null,
							"reputation": null,
							"bio": null,
							"website": "http://hackerone.com",
							"location": null,
							"hackerone_triager": null
						}
					}
				},
				"severity": {
					"data": {
						"id": "1",
						"type": "severity",
						"attributes": {
							"rating": "low",
							"author_type": "User",
							"user_id": "1",
							"created_at": "2020-02-25T08:05:21.405Z"
						}
					}
				}
			}
		}
	}
}