Welcome to the dFDA API documentation! This guide will help you get started with using the dFDA API to build powerful applications and integrate data insights.
API Overview
The dFDA API provides a comprehensive set of endpoints for tracking measurements, analyzing data, managing studies, and more. With the dFDA API, you can:- Record and manage user measurements
- Retrieve user-specific analysis settings and statistics
- Create and join studies
- Access and manipulate variables and units
- Perform advanced analytics and data correlations
dFDA API Specification
Explore the OpenAPI specification file
Back End Authentication for Creating Users
To authenticate your requests to the API, you need to include the following headers:X-CLIENT-ID
: Your client ID obtained from the Developer Portal.X-CLIENT-SECRET
: Your client secret obtained from the Developer Portal.
Authentication Guide
Learn more about authenticating with the dFDA API