Authentication
All API endpoints require a Bearer token in theAuthorization header.
Getting Your Token
API tokens are issued from the RenovationFind Manager Portal. Contact your account manager if you don’t have one.Making Requests
Include the token in every request:Example: Create a CFS Request
Token Details
- Tokens are JWT-based and tied to your vendor account
- Each vendor has one active token at a time
- Tokens do not expire but can be regenerated from the Manager Portal (this invalidates the previous token)

