Production URL:
https://zamplia.zamplia.com
Staging URL:
https://zampliabackend-staging.azurewebsites.net
Usage Guidelines:
For Sandbox/Staging Testing:
- Use the Staging URL
https://zampliabackend-staging.azurewebsites.net
for all testing purposes. Use the staging token to access this environment. This environment is intended for validating and verifying the functionality of surveys and ensuring everything is working as expected without affecting the live system.
Example:
curl --location 'https://zampliabackend-staging.azurewebsites.net/api/suppliers/getAllQulifications?lang_id=4' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer xxxxxxxxxxxxxx'
For Real Surveys and Production Setup:
- Once all testing is complete, and you are ready to set up real surveys for real users, use the Production URL
https://zamplia.zamplia.com
. Use the production token to access this environment. Ensure that all configurations are final and ready for live data collection before moving to production.
Example:
curl --location 'https://zamplia.zamplia.com/api/suppliers/getAllQulifications?lang_id=4' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer xxxxxxxxxxxxxx'
warning
Always double-check the environment you are working in to avoid unintended changes or testing in the live environment.