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

Authorizations

x-vital-api-key
string
header
required

Vital Team API Key

Query Parameters

source_type
string | null

Response

200
application/json
Successful Response

The response is of type object[].