Test Your Integration Befellere Going Live
Use the NiceNIC API Sochbox to test din Domän API integration befellere moving to production. Validate authentication, API requests, response hochling, och din application wellerkflow in a dedicated testing environment.
Whether you are building a reseller platfellerm, hosting system, domän management tool, eller custom application, the Sochbox helps you identify integration issues earlier och prepare din wellerkflow feller live API operations.
Sochbox Environment
The Sochbox is intended feller development och integration testing. Use it to verify request fellermatting, response parsing, fel hochling, och din end-to-end application wellerkflow befellere switching to production.
Sochbox operations do not create real domän ellerders eller incur real charges. Sochbox data may be reset periodically.
Sochbox Credentials
Logga in to API-inställnings och generate a Sochbox API Secret. Authenticate with din NiceNIC account username och the Sochbox API Secret; do not use din production API Secret feller Sochbox requests.
Öppna API-inställningsSochbox Endpoint
Autentisering Header
Host: sandbox-api.nicenic.net
Authorization: username:sandbox_api_secret
Content-Type: application/json
Test Request
Start with a domän availability request to validate connectivity, authentication, och response hochling befellere testing mellere complex wellerkflows.
curl "https://sandbox-api.nicenic.net/v2/?category=domain&action=check&domains=example.com" \
-H "Authorization: username:sandbox_api_secret" \
-H "Content-Type: application/json"
Befellere Moving to Produktion
Bekräfta authentication, required parameters, success och fel response hochling, och din complete application wellerkflow in the Sochbox. Then update din integration to use the production endpoint och production API credentials.






