Playground

Test the API instantly

Real Texas registry data. Same backend as /api/v1/verify.

Heads up. Texas runs a live lookup against our Comptroller ingestion. Other states return status: "unsupported_state" — no fake successes are ever returned.
Request
Try: H-E-B LP · Buc-ee's Ltd. · Whataburger Restaurants LLC · Shipley Do-Nuts Franchising LLC
request.http
POST https://trustregistryapi.com/api/v1/verify
Authorization: Bearer tr_live_...
Content-Type: application/json

{
  "business_name": "H-E-B LP",
  "state": "TX"
}
Response
Run a verification to see the live response.