Skip to main content
The TeamCare Vendor API is a HIPAA-compliant REST API that returns JSON. This reference uses URL path versioning and requires a valid Bearer token on every request. Use these conventions to integrate dental practice data into your consulting software.

Base URLs

Append resource paths to the base URL to build the full endpoint.

Authentication

All endpoints require a JWT Bearer token in the Authorization header. Obtain a token by posting your client_id and client_secret to the token endpoint. Tokens are valid for 6 hours.

Output Format

All responses are returned in JSON only. There is no support for XML or other output formats.

Versioning

The API uses URL path versioning. The current version is prefixed as /v1/ in all endpoint paths. When new versions are released, the path prefix will change (for example, /v2/).

Get Token

Exchange credentials for a JWT Bearer token

List Organizations

Retrieve organizations accessible to your vendor account

Authentication Guide

How to generate API keys and authenticate requests

Rate Limiting

Understand request limits and retry behavior
The TeamCare Vendor API is a HIPAA-compliant REST API that returns JSON. This reference uses URL path versioning and requires a valid Bearer token on every request. Use these conventions to integrate dental practice data into your consulting software.

Base URLs

Append resource paths to the base URL to build the full endpoint.

Authentication

All endpoints require a JWT Bearer token in the Authorization header. Obtain a token by posting your client_id and client_secret to the token endpoint. Tokens are valid for 6 hours.

Output Format

All responses are returned in JSON only. There is no support for XML or other output formats.

Versioning

The API uses URL path versioning. The current version is prefixed as /v1/ in all endpoint paths. When new versions are released, the path prefix will change (for example, /v2/).

Get Token

Exchange credentials for a JWT Bearer token

List Organizations

Retrieve organizations accessible to your vendor account

Authentication Guide

How to generate API keys and authenticate requests

Rate Limiting

Understand request limits and retry behavior