GET
/
v2
/
link
/
provider
/
oauth
/
{oauth_provider}
curl --request GET \
     --url {{BASE_URL}}/v2/link/provider/oauth/{oauth_provider} \
     --header 'Accept: application/json'
     --header 'Content-Type: application/json' \
     --header 'x-vital-link-token: <VITAL-LINK-TOKEN>'
{
  "auth_type": "oauth",
  "description": "Garmin Watches",
  "id": 1,
  "logo": "https://garmin.com",
  "name": "Garmin",
  "oauth_url": "https://garmin_aouth_url.com",
  "slug": "garmin"
}
curl --request GET \
     --url {{BASE_URL}}/v2/link/provider/oauth/{oauth_provider} \
     --header 'Accept: application/json'
     --header 'Content-Type: application/json' \
     --header 'x-vital-link-token: <VITAL-LINK-TOKEN>'

Headers

Path Parameters

oauth_provider
enum<string>
required

ℹ️ This enum is non-exhaustive.

Available options:
oura,
fitbit,
garmin,
strava,
wahoo,
ihealth,
withings,
google_fit,
dexcom_v3,
polar,
cronometer,
omron,
whoop_v2,
my_fitness_pal_v2,
ultrahuman

Response

200
application/json
Successful Response

The response is of type object.