GET
/
v2
/
user
/
providers
/
{user_id}
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"
  }
]

Authorizations

x-vital-api-key
string
headerrequired

API key based authentication

Path Parameters

user_id
string
required

Response

200 - application/json

The response is of type object.