Skip to main content
GET
/
applications
/
{applicationId}
/
documents
List Application Documents
curl --request GET \
  --url https://api.sternrockcapital.com/applications/{applicationId}/documents
[
  {
    "contentType": "<string>",
    "description": "<string>",
    "fileName": "<string>",
    "fileSize": 123,
    "id": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://mint-docs.sternrockcapital.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

applicationId
string
required

UUID of the application

Response

list of application documents

contentType
string
description
string
fileName
string
fileSize
integer
id
string