Skip to main content
GET
/
required-docs
List all required document types
curl --request GET \
  --url https://www.renovationfind.com/rest-manager-api-v1/required-docs \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {
      "requiredDocId": 123,
      "requiredDocName": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.renovationfind.com/llms.txt

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

Authorizations

Authorization
string
header
required

JWT token issued from the RenovationFind Manager Portal

Response

200 - application/json

List of all required document types

success
boolean
data
object[]