get_monetary_reward
Retrieve detailed information about a specific monetary reward from Bugcrowd’s bug bounty platform. Input a reward ID to access payout data and related query parameters.
Instructions
Get detailed information about a specific monetary reward.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | ||
query_params | No |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"title": "Id",
"type": "string"
},
"query_params": {
"default": "",
"title": "Query Params",
"type": "string"
}
},
"required": [
"id"
],
"title": "get_monetary_rewardArguments",
"type": "object"
}