Basic Parameters

ParameterDescription
SearchSearch programs by a substring of the program’s name.

Advanced Parameters

ParameterDescription
LimitNumber of results per page to show.
PagePage number to show.

Example Output

{    "pagination": {        "page": 1,        "nb_pages": 1,        "results_per_page": 50,        "nb_results": 45    },    "items": [        {            "title": "TEST",            "slug": "test",            "type": "bug-bounty",            "status": "V",            "demo": false,            "public": true,            "bounty": true,            "gift": false,            "hall_of_fame": true,            "report_collaboration_active": true,            "pid": null,            "secured": false,            "triaged": true,            "disabled": false,            "vdp": false,            "archived": false,            "reports_count": 66,            "bounty_reward_min": 50,            "bounty_reward_max": 3000,            "scopes_count": 4,            "thumbnail": {                "name": "ec0aa051-1b0e-4159-a449-d8eadc551b4d",                "original_name": "ovo.jpeg",                "mime_type": "image/jpeg",                "size": 19506,                "url": "https://cdn-yeswehack.com/program/thumbnail/ec0aa051-1b0e-4159-a449-d8eadc551b4d"            },            "event": null,            "business_unit": {                "name": "TEST",                "slug": "test",                "description": "This is a test description",                "currency": "USD",                "already_activate_product": true,                "logo": {                    "name": "90678116-c313-4bef-887f-38a41a6ac844",                    "original_name": "1519877687667.jpeg",                    "mime_type": "image/jpeg",                    "size": 5415,                    "url": "https://cdn-yeswehack.com/business-unit/logo/90678116-c313-4bef-887f-38a41a6ac844"                }            }        }    ]}

Workflow Library Example

Get Programs with Yeswehack and Send Results Via Email

Preview this Workflow on desktop