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.
Authentication
All Internal API endpoints require a Bearer token in theAuthorization header.
Getting Your Token
Manager API tokens are issued from the RenovationFind Manager Portal under User Management. Only users with the Admin role can have API tokens generated.- Navigate to User Management in the Manager Portal
- Find the admin user in the table
- Click the actions menu and select Manager API Token
- Click Generate Token and copy the token
Making Requests
Include the token in every request:Example: Update Vendor Features
Token Details
- Tokens are JWT-based and tied to a specific admin manager account
- Each manager has one active token at a time
- Tokens do not expire but can be regenerated from the Manager Portal (this invalidates the previous token)
- Only managers with the Admin role can be issued tokens
- The token grants access to all Internal API endpoints

