---
title: "Get all tax interview sessions"
method: GET
path: "/payout/{user_token}/tax/interviews"
tags: ["Tax"]
---

# Get all tax interview sessions

`GET /payout/{user_token}/tax/interviews`

This **GET** endpoint is used to obtain all previous Tax interview sessions for the user with the provided user token. <br> To use this endpoint, you need to provide the `user_token` as a parameter in the URL Path.

## Response `200`

OK

- KYCSession[]
  - `provider` 'Veriff' | 'Au10tix' | 'TaxIdentity' | 'Ondato' | 'ShuftiPro' | 'SumSub' | 'Stripe' | 'Yoti' | 'Persona' | 'TaxBandits' | 'Plaid', required — The provider of the KYC service
  - `session_id` string, required — The ID of the session
  - `session_time` string, date-time, required — The time the session was started
  - `status` 'Started' | 'Submitted' | 'Abandoned' | 'Expired' | 'Resubmitted' | 'Declined' | 'Approved' | 'Resubmission requested' | 'Review', required — The status of the session
  - `resp` object
  - `fee` number, float, required — The fee amount charged to this session in USD

## Other responses

- `400` — Bad request.
- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Not Found
- `405` — Method Not Allowed.
- `500` — Internal server error.
- `504` — Gateway Time-out.

---

[API](https://skmtc.net/masspay/apis/masspay-api.md) · [All operations](https://skmtc.net/masspay/apis/masspay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/masspay/masspay-api/versions/c03b61a6a551/schema)
