---
title: "Create vulns export to tracker"
method: POST
path: "/v1/scans/vulns/{vuln_id}/ticket"
tags: ["scans"]
---

# Create vulns export to tracker

`POST /v1/scans/vulns/{vuln_id}/ticket`

Create vulns export to tracker

## Query parameters

- `reporting_config_id` string

## Headers

- `X-Team-Id` string

## Request body

- object
  - `custom_reporting_id` string
  - `custom_reporting_url` string

## Response `200`

Example response

- object
  - `ok` boolean, required
  - `vuln_id` string, required
  - `reporting_config_id` string, required
  - `reporting_config_name` string, required
  - `ticket_url` string, required
  - `ticket_id` string, required
  - `tracker_name` string, required

## Other responses

- `400` — Example response
- `401` — Example response
- `424` — Example response
- `500` — Example response
- `default` — Example response

## Changes

- **2025-10-28** `c9df54e2fb2c` — 1 info
  - endpoint added
- **2025-08-13** `c41cd7ae7718` — 1 breaking
  - api path removed without deprecation
- **2024-09-22** `407b73d9ce28` — 2 info
  - added the new optional `header` request parameter `X-Team-Id`
  - added the non-success response with the status `424`
- **2024-04-19** `ba8a20839440` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/projectdiscovery/apis/pdcp-api/changes/v1/scans/vulns/:vuln_id/ticket/post.md)

---

[API](https://skmtc.dev/projectdiscovery/apis/pdcp-api.md) · [All operations](https://skmtc.dev/projectdiscovery/apis/pdcp-api/llms.txt) · [OpenAPI document](https://skmtc.dev/projectdiscovery/apis/pdcp-api/revisions/24404c1dd282?raw)
