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>'
{
  "name": "Garmin",
  "slug": "hamin",
  "logo": "https://garmin.com",
  "description": "Garmin Watches",
  "oauth_url": "https://garmin_aouth_url.com",
  "auth_type": "oauth",
  "id": 1
}

Authorizations

x-vital-api-key
string
headerrequired

API key based authentication

Headers

x-vital-link-token
string

Path Parameters

oauth_provider
enum<string>
required

An enumeration.

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

Response

200 - application/json
auth_type
enum<string>

An enumeration.

Available options:
oauth,
team_oauth,
sdk,
password,
email,
app,
backfill_num_days
integer
description
string
required
group
string
id
integer
required
is_active
boolean
default: true
logo
string
required
name
string
required
oauth_url
string
slug
string
required
source_type
enum<string>

An enumeration.

Available options:
app,
ble,
device,
lab,
provider