External DocumentationTo learn more, visit the HackerOne documentation.
Actions
Get Programs
Get the program objects that you are a member of.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 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>"
}
}
]
Was this page helpful?