Environments
3 min
clients have access to two environments sandbox for testing and development, and production for live, real time processing of verification requests ▪️sandbox environment the sandbox environment is designed for testing and development purposes it simulates real world api behavior but does not perform actual identity verifications or return production data base url post https //idu test datazoo com/api/v2/verify usage notes requires a valid sandbox username and password safe for testing integration, workflows, and error handling data in this environment is static or simulated ▪️production environment the production environment is intended for live verifications and should only be used in a secure and fully tested application base url post https //idu datazoo com/api/v2/verify usage notes requires a production username and password processes live data and returns real time results ensure full compliance and security controls are in place before use ▪️authorisation the client is provided with an account id and password, which are used to authenticate access to the data zoo api endpoint example environment username password sandbox environment client sandbox sandbox1234 production environment client production prodcution1234