Skip to content

Access

TMT Web is a single-tenant web-based product that may be hosted via Trimble Saas hosting or internally in an on-premise customer environment via Internet Information Services (IIS).

To use the Integration Toolkit REST API, you need:

  1. Active TMT License: A valid TMT Fleet Maintenance or TMT Service Center installation and license
  2. Integration Module: The Integration Toolkit module must be enabled in your TMT system
  3. API Credentials: Appropriate user credentials with integration permissions, or OAuth tokens for secure access
  4. Network Access: HTTP/HTTPS connectivity to your TMT server
  1. Contact Your TMT Administrator: Verify that the Integration Toolkit module is installed and configured in your TMT Fleet Maintenance environment
  2. Set Up Authentication: Choose between basic user credentials or OAuth tokens (recommended) for secure API access
  3. Review API Documentation: Access the interactive Swagger documentation at: {your-tmt-server}/{app-path}/swagger
  4. Test Connectivity: Begin with the /Integration/System/Health endpoint to verify connectivity, then try basic GET requests like /Integration/System/Unit

https://{your-tmt-server}/{app-path}/Integration/

Note: The application path varies by environment:

  • SaaS Hosted: Typically /AMSApp/Integration/
  • On-Premise: Configurable by the customer’s IIS administrator (e.g., /AMSAppTestInstance/Integration/, /TMT/Integration/, etc.)

The API supports two authentication methods:

  1. OAuth 2.0 (Recommended): Use the /Integration/OAuth/Token endpoint to generate access tokens with username/password. Refresh tokens using /Integration/OAuth/Refresh and revoke using /Integration/OAuth/Revoke.
  2. Basic Authentication: Standard HTTP authentication using TMT user credentials.

Contact your TMT administrator for authentication setup details and user permission configuration.

The Integration Toolkit REST API requires a valid TMT Fleet Maintenance or TMT Service Center license with the Integration module enabled. Contact your Trimble representative or TMT reseller for licensing information.