API keys
If your plan includes API access, you can use TBR programmatically. Keys are created and managed in Settings → API keys.
Creating a key
- Open Settings → API keys.
- Click Create key, give it a label (e.g. "TMS production"), and confirm.
- Copy the key immediately. It's only shown once. If you lose it, revoke it and create a new one.
Using a key
Pass the key as a bearer token on every request:
curl https://api.thebannonreport.com/v1/carriers/MC-123456 \
-H "Authorization: Bearer YOUR_API_KEY"
The response is JSON with the same sections you see in the in-app report.
Checking usage
Settings → Usage shows your search and API call counts for the current billing period, alongside your plan's allowance. If you're getting close to your limit, the page will highlight it.
Rotating and revoking
You can rotate keys at any time by creating a new one, switching your integration over, and revoking the old one. Revoking takes effect immediately.
Need higher limits?
If your team is hitting limits or needs a custom plan, drop us a line via the contact link in your account menu and we'll get you set up.
