Trella Data API

Overview

The Data API allows Trella Health customers to search for NPIs using a wide variety of criteria and to request extensive data pertaining to any NPI in the customer’s markets.

Usage Steps

  • Obtain an API key and a system account. The system account is tied to a valid email in your email domain (e.g. trella.api@<yourdomain.com>). To request an API key and system account, please send an email to apisupport@trellahealth.com with a valid email address for the system account.

 

x-api-key=[your-secret-key]
  • Use the /Authentication/login API endpoint to obtain a JWT token. Add the JWT token to the HTTP request header for all subsequent API calls as follows:

Authorization: Bearer [your-jwt-token]
  • In addition, add the API Version to the HTTP request header for all subsequent API calls as follows:

x-api-version=2.0

Swagger Documentation