License Tool
Verify a License
Check the validity of a Traffic Orchestrator license key
Programmatic Verification
Use our API to verify licenses in your application:
curl -X POST https://api.trafficorchestrator.com/v1/validate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"key": "TO-XXXX-XXXX-XXXX-XXXX", "domain": "example.com"}'