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": [
			{
				"attributes": {
					"created_at": "2012-03-17T00:19:00.734Z",
					"handle": "<string>",
					"policy": "<string>",
					"updated_at": "2000-06-20T04:33:23.811Z"
				},
				"id": "<string>",
				"type": "<string>"
			}
		],
		"links": {
			"last": "<string>",
			"next": "<string>",
			"self": "<string>"
		}
	}
]

Workflow Library Example

Get Programs with Hackerone and Send Results Via Email

Preview this Workflow on desktop