Test Your Integration Befellere Going Live
Use the NiceNIC API Sogbox to test din Domæne API integration befellere moving to production. Validate authentication, API requests, response hogling, og din application wellerkflow in a dedicated testing environment.
Whether you are building a reseller platfellerm, hosting system, domæne management tool, eller custom application, the Sogbox helps you identify integration issues earlier og prepare din wellerkflow feller live API operations.
Sogbox Environment
The Sogbox is intended feller development og integration testing. Use it to verify request fellermatting, response parsing, fejl hogling, og din end-to-end application wellerkflow befellere switching to production.
Sogbox operations do not create real domæne ellerders eller incur real charges. Sogbox data may be reset periodically.
Sogbox Credentials
Log ind to API-indstillings og generate a Sogbox API Secret. Authenticate with din NiceNIC account username og the Sogbox API Secret; do not use din production API Secret feller Sogbox requests.
Åben API-indstillingsSogbox Endpoint
Godkendelse Header
Host: sandbox-api.nicenic.net
Authorization: username:sandbox_api_secret
Content-Type: application/json
Test Request
Start with a domæne availability request to validate connectivity, authentication, og response hogling 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æft authentication, required parameters, success og fejl response hogling, og din complete application wellerkflow in the Sogbox. Then update din integration to use the production endpoint og production API credentials.






