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 and create a Healthcare Provider account, since this is a staging page you can enter in 4111111111111111 as the credit card for the account. Once approved, you can login and visit Administration > Integrations > V2 API
tab to access the credentials 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
. Locate the one that best fits your needs. Popular products are:
sku_a2bc0d8ebddfd2315fdbdf2363eea6
(TruAge). This is our flagship aging product that provides a detailed summary of aging metrics and reporting.sku_512965763666d87f7245e4be077f9a
(TruHealth). This is our flagship health product that provides a detailed summary of health metrics and reporting.sku_9919c1894c4035f960aa9ede60716b
(TruAge + TruHealth). This is our product that provides both aging and health products.POST /orders
GET /orders/{id}
or GET /kits/{id}