cURL
curl --request GET \ --url https://api.sternrockcapital.com/leads/{leadId}/documents
{ "data": [ { "description": "<string>", "fileName": "<string>", "id": "<string>", "size": 123 } ], "pagination": { "currentPage": 123, "lastPage": 123, "perPage": 123 } }
Returns a paginated list of documents uploaded for the specified lead.
Lead UUID
Page number
Items per page
OK
Show child attributes