---
title: "Validate Bug Bounty Report"
method: POST
path: "/bug_bounty/program/{program_id}/report"
---

# Validate Bug Bounty Report

`POST /bug_bounty/program/{program_id}/report`

Validates a new bug bounty report for a given program.

## Path parameters

- `program_id` integer, required

## Request body

- object
  - `description` string, required — The description of the bug bounty report
  - `additional_file_data` object[] — Optional parameter. Files with additional context about the bug bounty report. Allowed files are: '.json', '.yaml', '.yml', '.txt', '.md', '.pdf', '.csv'.
    - `name` string — Filename including extension.
    - `data` string — Base64 encoded string of the file content

## Response `200`

The bug bounty report has been created

- object
  - `report_uuid` string — The uuid of the newly created bug bounty report

---

[API](https://skmtc.dev/aikido/apis/authorization.md) · [All operations](https://skmtc.dev/aikido/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aikido/authorization/revisions/5445e7c21137/schema)
