---
title: "Get program detail"
method: GET
path: "/v2/programs/{programId}"
tags: ["Programs"]
---

# Get program detail

`GET /v2/programs/{programId}`

## Path parameters

- `programId` string, guid, required

## Response `200`

Returns a full representation of the given program.

- ProgramDetailViewModel
  - `programId` string, guid
  - `handle` string, nullable
  - `name` string, nullable
  - `companyId` string, guid
  - `companyHandle` string, nullable
  - `description` string, nullable
  - `options` EnumerationViewModel[], nullable
    - `id` integer
    - `value` string, nullable
  - `state` ProgramCompanyStateViewModel
    - `status` EnumerationViewModel
      - `id` integer
      - `value` string, nullable
    - `lastStatusTriggerId` EnumerationViewModel
      - `id` integer
      - `value` string, nullable
  - `confidentialityLevel` EnumerationViewModel
    - `id` integer
    - `value` string, nullable
  - `maxConfidentialityLevel` EnumerationViewModel
    - `id` integer
    - `value` string, nullable
  - `logoUrl` string, nullable
  - `domain` DomainViewModel[], nullable
    - `id` string, guid, required
    - `companyAssetId` string, guid, required
    - `type` EnumerationViewModel, required
      - `id` integer
      - `value` string, nullable
    - `endpoint` string, nullable, required
    - `tier` EnumerationViewModel, required
      - `id` integer
      - `value` string, nullable
    - `description` string, nullable, required
    - `requiredSkills` SkillViewModel[], nullable, required
      - `id` string, nullable, required
      - `name` string, nullable, required
  - `inScope` AttachmentWrapperViewModelOfString
    - `content` string, nullable
    - `attachments` AttachmentViewModel[], nullable
      - `url` string, nullable
      - `code` integer
  - `outOfScope` AttachmentWrapperViewModelOfString
    - `content` string, nullable
    - `attachments` AttachmentViewModel[], nullable
      - `url` string, nullable
      - `code` integer
  - `faq` AttachmentWrapperViewModelOfString
    - `content` string, nullable
    - `attachments` AttachmentViewModel[], nullable
      - `url` string, nullable
      - `code` integer
  - `severityAssessment` AttachmentWrapperViewModelOfString
    - `content` string, nullable
    - `attachments` AttachmentViewModel[], nullable
      - `url` string, nullable
      - `code` integer
  - `rulesOfEngagement` AttachmentWrapperViewModelOfRulesOfEngagementViewModel
    - `content` RulesOfEngagementViewModel
      - `description` string, nullable
      - `testingRequirements` TestingRequirementsViewModel
        - `intigritiMe` boolean
        - `automatedTooling` integer, nullable
        - `userAgent` string, nullable
        - `requestHeader` string, nullable
      - `safeHarbour` boolean
      - `createdAt` integer
    - `attachments` AttachmentViewModel[], nullable
      - `url` string, nullable
      - `code` integer
  - `submissionQuestions` SubmissionQuestionViewModel[], nullable
    - `type` EnumerationViewModel
      - `id` integer
      - `value` string, nullable
    - `question` string, nullable
    - `customAnswerOptions` string[], nullable
  - `bounties` BountyViewModel[], nullable
    - `bountyRows` BountyRowViewModel[], nullable
      - `low` MoneyViewModel
        - `value` number
        - `currency` string, nullable
      - `medium` MoneyViewModel
        - `value` number
        - `currency` string, nullable
      - `high` MoneyViewModel
        - `value` number
        - `currency` string, nullable
      - `critical` MoneyViewModel
        - `value` number
        - `currency` string, nullable
      - `exceptional` MoneyViewModel
        - `value` number
        - `currency` string, nullable
      - `tier` EnumerationViewModel
        - `id` integer
        - `value` string, nullable
    - `createdAt` integer
  - `attachmentCount` integer
  - `bugBounty` BugBountyViewModel
    - `autoSuspendThreshold` MoneyViewModel
      - `value` number
      - `currency` string, nullable
    - `leaderboardVisibility` EnumerationViewModel
      - `id` integer
      - `value` string, nullable
  - `type` EnumerationViewModel
    - `id` integer
    - `value` string, nullable
  - `programBudget` ProgramBudgetViewModel
    - `budgetLeft` MoneyViewModel
      - `value` number
      - `currency` string, nullable
    - `budgetSpent` MoneyViewModel
      - `value` number
      - `currency` string, nullable
    - `budgetInValidation` MoneyViewModel
      - `value` number
      - `currency` string, nullable
    - `budgetTotal` MoneyViewModel
      - `value` number
      - `currency` string, nullable
  - `tacRequired` boolean
  - `tacEmpty` boolean
  - `identityCheckedRequired` boolean
  - `skipTriage` boolean
  - `awardRep` boolean
  - `allowResearcherCollaboration` boolean
  - `defaultAssignee` CompanyUserViewModel
    - `userId` string, guid
    - `userName` string, nullable
    - `avatarUrl` string, nullable
    - `role` string, nullable
    - `email` string, nullable
  - `createdAt` integer
  - `lastUpdatedAt` integer, nullable
  - `webLinks` WebLinksViewModel
    - `details` string, nullable
    - `submissions` string, nullable

---

[API](https://skmtc.net/intigriti/apis/intigriti-v2-0.md) · [All operations](https://skmtc.net/intigriti/apis/intigriti-v2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/intigriti/intigriti-v2-0/revisions/1b06e77734e9/schema)
