---
title: "Get VASP"
method: GET
path: "/tf/simple/vasps/{vaspDID}"
tags: ["TrustFramework"]
---

# Get VASP

`GET /tf/simple/vasps/{vaspDID}`

Returns information about a VASP that has the specified [DID](https://www.w3.org/TR/did-core/#identifier).

## Path parameters

- `vaspDID` string, required — Decentralized Identifier

## Query parameters

- `fields` string
- `reviewedByVaspDID` string — Decentralized Identifier
- `showJurisdictionStatus` boolean
- `includeSubsidiaries` boolean

## Response `200`

Simple VASP info

- TfVASPInfoSimple
  - `did` string — Decentralized Identifier
  - `name` string
  - `website` string
  - `logo` string
  - `incorporationCountry` string
  - `documents` string
  - `hasAdmin` boolean
  - `isNotifiable` boolean
  - `isActiveSender` boolean
  - `isActiveReceiver` boolean
  - `issuers` string

---

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