Link
Link Email provider
POST

/v2/link/provider/email/{provider}

x-vital-api-key*
curl --request POST \
  --url https://api.tryvital.io/v2/link/provider/email/{provider} \
  --header 'x-vital-api-key: <x-vital-api-key>' \
  --data '{
  "email": "<email>"
}'
curl --request POST \
     --url {{BASE_URL}}/v2/link/provider/email/{provider} \
     --header 'Accept: application/json' \
     --header 'Content-Type: application/json' \
     --header 'x-vital-link-token: <VITAL-LINK-TOKEN>' \
     --data '
{
     "email": "test@email.com"
     "region": "us"
}
'
{
  "success": true
}

​
Path Parameters

providerrequired

Email providers that require emails freestyle_auth

​
Body

emailrequired
string

Email

provider
string

An enumeration.

Available options:
oura,
fitbit,
garmin,
whoop,
strava,
renpho,
peloton,
wahoo,
zwift,
freestyle_libre,
freestyle_libre_ble,
eight_sleep,
withings,
apple_health_kit,
manual,
ihealth,
google_fit,
beurer_api,
beurer_ble,
omron_ble,
accuchek_ble,
contour_ble,
dexcom,
dexcom_v3,
hammerhead,
my_fitness_pal,
health_connect
region
string

An enumeration.

Available options:
us,
eu,
sg,
de,
au,
br

​
Response

redirect_url
string

Redirect Url

successrequired
boolean

Success