Get the program objects that you are a member of.
External Documentation
To learn more, visit the HackerOne documentation.
Parameter | Description |
---|---|
Page Number | The page number to retrieve. |
Page Size | The number of items per page. Valid values are between 1 to 100. |
Return All Pages | Automatically fetch all resources, page by page. |
[
{
"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>"
}
}
]
Get Programs with Hackerone and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?