Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Get method that returns health codes for accounts that have given Fitbit authorization (at some point). These might be some kind of minimal grant object as well (OAuthGrant[healthCode, accessToken, expiresOn]).

workersGET /v3/studies/:studyIdentifier/oauth/:vendorIdentifier?pageSize=x&offsetKey=y
200{"items":["healthCode1","healthCode2"], "requestParams": {...}, "type":"ForwardOnlyCursorPagedList"}

...