riverty logo

Docs

Get Information about a Document

Purpose:
Retrieves metadata and details about a specific document.

Use Case:
A client needs to retrieve necessary information such as name, type, or size about a particular claim document.

Sample Request

GET {{collection_api_base_url}}/v1/documents/{documentId}

Sample Response Body

{
  "name": "example.pdf",
  "type": "pdf",
  "size": 4711
}