Trailblazer External Partner API
A partner-facing REST API for reading policies and submitting new-business
intakes. Authentication is OAuth2 client_credentials; every
mutation runs as an asynchronous job.
New here? Start with the
Getting started guide — it takes
you from credentials to your first authenticated 200 response.
Then explore every operation, with a built-in "Try it" console, in the
API reference.
Getting started
Credentials → token → your first authenticated call.
Authentication
The client_credentials flow, scopes, and acting on behalf of a principal.
Async mutations
Idempotency keys, waiting inline, and polling job status.
Errors
The error envelope and the closed set of error codes.
Versioning
How the API is versioned and how changes are announced.
API reference →
Every endpoint, schema, and a live "Try it" console.
Base URLs
| Environment | API base | OAuth2 token endpoint |
|---|---|---|
| UAT | https://api.uat.trailblazertech.com |
https://auth.uat.trailblazertech.com/oauth2/token |
| Production | https://api.trailblazertech.com |
https://auth.trailblazertech.com/oauth2/token |
All examples in these guides use the UAT hosts. Swap in the production hosts once your integration is ready to go live.