User
Get Connected Providers
GET

/v2/user/providers/{user_id}

x-vital-api-key*
curl --request GET \
  --url https://api.tryvital.io/v2/user/providers/{user_id} \
  --header 'x-vital-api-key: <x-vital-api-key>'
curl --request GET \
     --url {{BASE_URL}}/v2/user/providers/{user_id} \
     --header 'Accept: application/json' \
     --header 'x-vital-api-key: API_KEY'
[
  {
    "name": "Oura",
    "slug": "oura",
    "logo": "https://logo_url.com"
  }
]

​
Path Parameters

user_idrequired
string

User id returned by vital create user id request. This id should be stored in your database against the user and used for all interactions with the vital api.

​
Response