The Tru Diagnostic API Reference is organized around REST. Our API includes predictable resource-oriented URLs (described as objects
), accepts json request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
View the latest API Reference
To access credentials you first need to create a customer account with TruDiagnostic.
Visit the sandbox customer creation page. Once approved, you can login and visit Administration > Integrations > V2 API
tab to access the ApiKey/Schema
pair required to Authenticate any sandbox API calls.
Visit the production customer creation page. Once approved, you can login and visit Administration > Integrations > V2 API
tab to access the ApiKey/Schema
pair required to Authenticate any production API calls.
To test the Tru Diagnostic API:
Administration > Integrations > V2 API
tab.The typical flow when integration with TruD is as follows:
GET /skus
POST /orders
GET /orders/{id}
or `GET