Tools

Verify a License

Check the validity of a Traffic Orchestrator license key

Enter your License Key in the format: TO-XXXX-XXXX-XXXX-XXXX

(Optional) Required for domain-bound licenses

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