---
title: "Get VASP counterparty user info by id"
method: POST
path: "/counterparty/vasp/counterparty-user-info/get"
tags: ["Counterparty"]
---

# Get VASP counterparty user info by id

`POST /counterparty/vasp/counterparty-user-info/get`

## Request body

- GetVaspCounterpartyUserInfoRequest
  - `userId` string, uuid — Owner user id. Provide exactly one of userId / businessId.
  - `businessId` string, uuid — Owner business id. Provide exactly one of userId / businessId.
  - `vaspCounterpartyUserInfoId` string, uuid, required

## Response `200`

VASP counterparty user-info record.

- object
  - `vaspCounterpartyUserInfoId` string, uuid, required
  - `counterpartyId` string, uuid, required
  - `label` string
  - `data` object, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Other responses

- `400` — Validation failed
- `401` — Invalid authentication header
- `404` — VASP counterparty user-info record not found.
- `500` — Unexpected server error.

---

[API](https://skmtc.net/striga/apis/striga-v1.md) · [All operations](https://skmtc.net/striga/apis/striga-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/striga/striga-v1/revisions/63e57aa7df45/schema)
