색인미확인수명주기 미확인품질 미측정구조화 한국어 안내 · 문장 번역 전

Fitbit Plus API

twinehealth.com에서 제공하는 문서·기록 분야의 API 제품입니다. 확인된 분류 신호는 검색·조회, OCR·텍스트 추출, 인증·계정, 예약·일정입니다.

영문 원문 보기
Fitbit Plus API

Overview The Fitbit Plus API is a RESTful API. The requests and responses are formated according to the [JSON API](http://jsonapi.org/format/1.0/) specification. In addition to this documentation, we also provide an [OpenAPI](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md) "yaml" file describing the API: [Fitbit Plus API Specification](swagger.yaml). Authentication Authentication for the Fitbit Plus API is based on the [OAuth 2.0 Authorization Framework](https://tools.ietf.org/html/rfc6749). Fitbit Plus currently supports grant types of client credentials and refresh token . See [POST /oauth/token]( operation/createToken) for details on the request and response formats. -- Building Integrations We will provide customers with unique client credentials for each application/integration they build, allowing us to enforce appropriate access controls and monitor API usage. The client credentials will be scoped to the organization, and allow full access to all patients and related data within that organization. These credentials are appropriate for creating an integration that does one of the following: - background reporting/analysis - synchronizing data with another system (such as an EMR) The API credentials and oauth flows we currently support are not well suited for creating a user-facing application that allows a user (patient, coach, or admin) to login and have access to data which is appropriate to that specific user. It is possible to build such an application, but it is not possible to use Fitbit Plus as a federated identity provider. You would need to have a separate means of verifying a user's identity. We do not currently support the required password-based oauth flow to make this possible. Paging The Fitbit Plus API supports two different pagination strategies for GET collection endpoints. Skip-based paging Skip-based paging uses the query parameters page[size] and page[number] to specify the max number of resources returned and the page number. We default to skip-based paging if there are no page parameters. The response will include a links object containing links to the first, last, prev, and next pages of data. If the contents of the collection change while you are iterating through the collection, you will see duplicate or missing documents. For example, if you are iterating through the calender event resource via GET /pub/calendar event?sort=start at&page[size]=50&page[number]=1 , and a new calendar event is created that has a start at value before the first calendar event , when you fetch the next page at GET /pub/calendar event?sort=start at&page[size]=50&page[number]=2 , the first entry in the second response will be a duplicate of the last entry in the first response. Cursor-based paging Cursor-based paging uses the query parameters page[limit] and page[after] to specify the max number of entries returned and identify where to begin the next page. Add page[limit] to the parameters to use cursor-based paging. The response will include a links object containing a link to the next page of data, if the next page exists. Cursor-based paging is not subject to duplication if new resources are added to the collection. For example, if you are iterating through the calender event resource via GET /pub/calendar event?sort=start at&page[limit]=50 , and a new calendar event is created that has a start at value before the first calendar event , you will not see a duplicate entry when you fetch the next page at GET /pub/calendar event?sort=start at&page[limit]=50&page[after]= . We encourage the use of cursor-based paging for performance reasons. In either form of paging, you can determine whether any resources were missed by comparing the number of fetched resources against meta.count . Set page[size] or page[limit] to 0 to get only the count. It is not valid to mix the two strategies.

번역은 이해를 돕기 위한 미검수 초벌 또는 구조화 안내입니다. 계약·의료·법률 판단에는 원문을 확인하세요.
연결된 문서
전역 집계 전현재 별표는 이 브라우저에만 저장
종합 품질근거 0%
가격미확인상세 가격 미수집
인증미확인
프로토콜REST62개 엔드포인트 수집
마지막 확인2026. 7. 28.출처 확인됨

SELECTION SUMMARY

도입 판단 요약

이 항목은 문서·기록 카테고리로 분류된 API 제품입니다. 확인된 분류 신호는 검색·조회, OCR·텍스트 추출, 인증·계정, 예약·일정입니다. 상세 문장 번역은 아직 검수되지 않았으므로 아래 원문을 함께 확인하세요.

검수된 적합 용도

검증 정보 없음 — 태그와 카테고리는 분류 정보이며 적합성 보증이 아닙니다.

도입 전 확인

인증, 호출 제한, 데이터 처리 지역과 가격 조건을 연결된 문서에서 직접 확인하세요.

피해야 할 조건

제품별 제한 조건이 검수되지 않았습니다. 운영 적용 전에 공급자 조건을 재확인하세요.

EVIDENCED ADVANTAGES

API 특·장점

공급자·카탈로그·실측·편집 근거가 있는 신호만 표시하며, 근거 유형을 함께 밝힙니다.

카탈로그출처가 확인된 제품

카탈로그 원본과 확인 시점이 연결되어 있습니다.

공급자OpenAPI 3.0.0

정규화된 엔드포인트 62개를 탐색할 수 있습니다.

CATALOG TRUST

색인0

재배포 정책과 기본 식별 조건을 통과해 검색할 수 있지만 편집 승인은 아직 완료되지 않았습니다.

평가 2026. 07. 28. 13:05

QUALITY COVERAGE

미측정종합 점수
근거 충족률 0% · 신뢰 0%

unrated

핵심 도입 정보

인증검증 정보 없음
프로토콜REST
가격 모델미확인
리전검증 정보 없음
수집된 엔드포인트62개
마지막 확인2026. 07. 28. 13:05

같은 목적의 대체 API

같은 카테고리에서 공개 상태와 품질 근거를 우선해 표시합니다.