GoRoute payload inspector

Paste what your TMS would return and find out what the add-in makes of it — before you deploy anything, and before a driver sees it. API documentation

Start from
or press Ctrl+Enter
Call it from your own CI instead
curl -s https://dev.goroute.attrix.ca/api/inspect \
  -H 'Content-Type: application/json' \
  --data-binary @route.json

Exit non-zero on .ok == false and you have a gate on your side of the integration.

Nothing inspected yet.

Your payload is checked and discarded — nothing is stored.