Verification Service API Keys
To access our verification services, you will need API Keys from our partners.
To add the API Keys to the Unit21 system:
- Head over to the Data Management page, select Integrations then select the Verification Keys tab:
- Click Add Key to add a new key and follow the prompt:
- Click Edit Key to edit a key and follow the prompt:
- Click Delete Key to delete a key and follow the prompt:
Socure API Keys
For Socure, you will need the following keys:
SOCURE_API_KEY
SOCURE_API_ENDPOINT
SOCURE_API_EVENTS_ENDPOINT
The SOCURE_API_KEY
are provided by Unit21.
The values for SOCURE_API_ENDPOINT
and SOCURE_API_EVENTS_ENDPOINT
are as follows:
Sandbox:
SOCURE_API_ENDPOINT: https://sandbox.socure.com/api/3.0/EmailAuthScore
There is no SOCURE_API_EVENTS_ENDPOINT
for Sandbox.
Certification:
SOCURE_API_ENDPOINT: https://service.socure.com/api/3.0/EmailAuthScore
SOCURE_API_EVENTS_ENDPOINT: https://service.socure.com/api/events
Production:
SOCURE_API_ENDPOINT: https://service.socure.com/api/3.0/EmailAuthScore
SOCURE_API_EVENTS_ENDPOINT: https://service.socure.com/api/events
Please note that
continuous_monitoring
only works inCertification
andProduction
environments.
Updated 4 months ago