Generate an API key
1
Open API Keys settings
In the RentFAX dashboard, click your account name in the top navigation and select Settings. Then click API Keys in the settings sidebar.
2
Name your key
In the Generate New API Key panel, enter a descriptive name — for example,
Production or Zapier Integration. A clear name makes it easier to identify and revoke keys later.3
Click Generate Key
Click Generate Key. The full key value is displayed once in a confirmation banner at the top of the page.
4
Copy and save the key immediately
Copy the key and store it in a secure location such as a password manager or a
.env file. Once you dismiss the banner, the full key is never shown again — only a masked preview.Each account can have a maximum of 5 active API keys at one time. Revoke keys you are no longer using to stay within this limit.
Authenticate your requests
Include your API key in the header of every request you make to the RentFAX API. You can use either of two header formats — both are accepted.- x-api-key header
Example requests
The examples below show common API calls with a key passed as theAuthorization header. Replace rfx_live_•••••••••••• with your actual key.
Search for a renter
Get a renter’s risk score
Submit a report
View your active keys
In Settings → API Keys, the keys table shows all active keys for your account. For each key you can see:- The key name you assigned
- A masked preview of the first characters (e.g.,
rfx_live_abc1••••••••) - The total number of API requests made with that key
- The date the key was last used
Revoke a key
Revoke a key when you no longer need it, suspect it has been compromised, or want to rotate credentials.1
Open API Keys settings
Go to Settings → API Keys in the RentFAX dashboard.
2
Find the key to revoke
Locate the key by name or masked preview in the keys table.
3
Click Revoke
Click the Revoke button next to the key. You will be asked to confirm. Once revoked, all requests using that key will immediately return an authentication error.