Transcom Group Veritus

Authentication

All /v1/score requests require a Bearer token in the Authorization header. The widget endpoint uses a different scheme (form UUID).

Header format

Authorization: Bearer vt_live_2eAOlvGCD_sKwAAeIUGqVMI-18SouVKKm6jIWFoJcHg

Key prefixes

  • vt_live_ — production keys. Score requests count toward your monthly quota.
  • vt_test_ — sandbox keys. Scoring works the same, but checks don't count toward quota and are tagged mode: 'test' in your dashboard.

Error responses

StatusBody detailMeaning
401missing_authorizationNo Authorization header
401invalid_authorizationHeader present but malformed
401invalid_api_keyKey doesn't match any active key
403customer_inactiveCustomer account suspended/closed
402quota_exceededMonthly check quota reached

Best practice

  • Store keys in environment variables, not source code
  • Use a different key per service so you can revoke independently
  • Never log the full Authorization header
  • Rotate keys quarterly even if you don't suspect compromise
Found a typo or have a suggestion? Let us know.