Whitelisted domains in Rival control which external systems your scripts can call using functions like postHttp()
and getHttp()
.
They are a security measure to ensure API requests are only sent to trusted endpoints, reducing the risk of malicious or accidental calls.
Key benefits:
Security – Prevents calls to unauthorized or unsafe domains.
Control – Only approved domains can be accessed by scripts in your research domain.
Integration readiness – Required for integrations like BHN rewards, CRMs, and other API-driven workflows.
Where to Manage Whitelisted Domains
Only Research Domain Admins can manage whitelisted domains.
Go to the Settings tab in the top header.
From the left navigation, select Platforms.
Open the Whitelisted Domains tab.
➕ Adding a Whitelisted Domain
In the Whitelisted Domains tab, click the ➕ Action button.
Enter the full domain or endpoint you want to allow.
Click Save.
Editing a Whitelisted Domain
You can update the domain value at any time.
To edit:
Find the domain in the list.
Click the pencil icon next to it.
Update the domain URL.
Click Save.
Deleting a Whitelisted Domain
Find the domain you want to remove.
Click the Delete (trash) icon.
Confirm deletion.
⚠️ Removing a whitelisted domain will cause any scripts calling that domain to fail. Update scripts before deletion.