License Tool

Verify a License

Check the validity of a Traffic Orchestrator license key

Enter your license key in the format: TO-XXXX-XXXX-XXXX-XXXX

If your license is domain-bound, enter the domain to verify

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"}'
View API Documentation