Get the program objects that you are a member of.

External Documentation

To learn more, visit the HackerOne documentation.

Parameters

ParameterDescription
Page NumberThe page number to retrieve.
Page SizeThe number of items per page. Valid values are between 1 to 100.
Return All PagesAutomatically fetch all resources, page by page.

Example Output

{
	"data": [
		{
			"id": "1",
			"type": "program",
			"attributes": {
				"handle": "security",
				"created_at": "2017-01-01T08:00:00.000Z",
				"updated_at": "2017-02-17T04:34:15.910Z"
			}
		}
	],
	"links": {}
}

Workflow Library Example

Get Programs with Hackerone and Send Results Via Email

Preview this Workflow on desktop