---
title: "Get all company payouts"
method: GET
path: "/v2/payouts"
tags: ["Payouts"]
---

# Get all company payouts

`GET /v2/payouts`

## Response `200`

Returns all payouts of the company.

- PayoutViewModel[]
  - `id` string, nullable
  - `originators` PayoutOriginatorsViewModel
    - `programId` string, guid, nullable, required
    - `pentestCode` string, nullable, required
    - `submissionCode` string, nullable, required
    - `rewardRequestId` string, guid, nullable, required
    - `retestId` string, guid, nullable, required
  - `amount` MoneyViewModel
    - `value` number
    - `currency` string, nullable
  - `type` EnumerationViewModel
    - `id` integer
    - `value` string, nullable
  - `researcher` ResearcherViewModel
    - `userId` string, guid
    - `userName` string, nullable
    - `avatarUrl` string, nullable
    - `role` string, nullable
    - `ranking` ResearcherRankingViewModel
      - `rank` integer
      - `reputation` integer
      - `streak` EnumerationViewModel
        - `id` integer
        - `value` string, nullable
    - `identityChecked` boolean
  - `status` EnumerationViewModel
    - `id` integer
    - `value` string, nullable
  - `createdAt` integer
  - `paidAt` integer, nullable
  - `lastUpdatedAt` integer, 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/versions/1b06e77734e9/schema)
