---
title: "dispute-management/document"
method: GET
path: "/dispute-management/document"
tags: ["Dispute Management Endpoints"]
---

# dispute-management/document

`GET /dispute-management/document`

This endpoint allows you to fetch the document for a dispute.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `DisputeID` string, required
- `DocumentID` string, required

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Contains a description of the error if the request failed
  - `Document` object — An array of documents associated with the dispute
    - `0` object
      - `DocumentID` string — The ID associated with the document
      - `Document` string — Base 64 encoded document

---

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