---
title: "Get Verify Config Contents"
method: POST
path: "/v1/scans/config/verify/contents"
tags: ["configurations"]
---

# Get Verify Config Contents

`POST /v1/scans/config/verify/contents`

Get Verify scan configuration contents

## Query parameters

- `project_id` string
- `team_id` string
- `cloud_id` string

## Headers

- `X-Team-Id` string

## Request body

- object
  - `config` string
  - `config_type` string
  - `provider` 'jira' | 'linear'
  - `oauth_config_id` string

## Response `200`

Example response

- object
  - `jira` JiraVerifyContentItem[]
    - `project_id` string, required
    - `cloud_id` object
      - `id` string, required
      - `name` string, required
      - `url` string, required
    - `project_name` string, required
    - `issue_types` JiraVerifyContentItemIssueType[], required
      - `id` string, required
      - `name` string, required
      - `statuses` string[]
    - `fields` JiraField[]
      - `id` string, required
      - `name` string, required
      - `field_type` string, required
  - `linear` LinearVerifyContentItem[]
    - `team_id` string, required
    - `team_name` string, required
    - `open_states` LinearVerifyContentItemOpenState[], required
      - `id` string, required
      - `name` string, required

## Other responses

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

## Changes

- **2025-11-18** `41ee26b930f3` — 4 info
  - added the new optional `query` request parameter `cloud_id`
  - added the new optional request property `oauth_config_id`
  - added the optional property `jira/items/cloud_id` to the response with the `200` status
  - added the optional property `jira/items/fields` to the response with the `200` status
- **2025-10-28** `c9df54e2fb2c` — 1 info
  - endpoint added
- **2025-08-13** `c41cd7ae7718` — 1 breaking
  - api path removed without deprecation
- **2024-09-22** `407b73d9ce28` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/projectdiscovery/apis/pdcp-api/changes/v1/scans/config/verify/contents/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)
