TAI TMS Integration
Wanload works as an External Load Board inside TAI TMS. Post, repost and remove loads from the same Truckload Quoting page your dispatchers already use — no double entry, no second system to learn.
The Wanload account owner signs in on a computer and goes to Settings → Integrations → TAI TMS → Connect. Choose Test first if you want to try it without real carriers seeing the loads.
A token starting with tai_ (live) or tai_test_ (test) appears once. Copy it then — it is never shown again. You can always generate a new one.
In TAI, create an External Load Board integration source. Paste the same Wanload endpoint into all three endpoint settings, set UseBearerToken to true, and paste the token into the License Key field.
One URL goes in all three endpoint settings — the HTTP method already tells us whether a load is being posted, refreshed or pulled.
| PostEndpoint | https://www.wanload.com/api/integrations/tai/loadboard |
| RepostEndpoint | https://www.wanload.com/api/integrations/tai/loadboard |
| DeleteEndpoint | https://www.wanload.com/api/integrations/tai/loadboard |
| UseBearerToken | true |
| License Key | your tai_ token |
| Source Name | Wanload |
Your TAI site URL and Public Authentication Key are optional. Without them everything still posts, updates and removes correctly — we just cannot write our posting reference back into your shipment record.
Our response carries a code you can match against this list.
missing_tokenTAI sent no token at all.
Set the source setting UseBearerToken to true, or paste the Wanload token into the License Key field. Save the source and post again.
unknown_tokenThe token is not one of ours.
Check for a stray space or a truncated paste. Wanload tokens start with tai_ or tai_test_. If in doubt, generate a new one in Settings → Integrations and paste it again.
revoked_tokenThis token was valid once and has been revoked.
The Wanload account owner generates a replacement at Settings → Integrations → TAI TMS, then pastes it into this TAI source.
wrong_credential_typeA Wanload Partner API key (wl_…) was pasted in.
TAI uses a different credential. Use the token from the TAI TMS card, not the API key card.
You need one to generate a token. Signing up is free, and you can connect TAI in test mode the same day.