v71

OpenAPI 3.1.0raw.githubusercontent.com2026-08-032076961.5 MB
providers

Get List Of Providers

Get Provider list

get/v2/providers

Query parameters

source_typestring nullable

Response

Successful Response

namestring required

Name of source of information

slugstring required

Slug for designated source

descriptionstring required

Description of source of information

logostring nullable required

URL for source logo

auth_type'oauth' | 'team_oauth' | 'sdk' | 'password' | 'email' | 'app' | ''

ℹ️ This enum is non-exhaustive.

supported_resourcesResource[]

Example response

[
  {
    "auth_type": "oauth",
    "logo": "https://logo_url.com",
    "name": "Oura",
    "slug": "oura",
    "supported_resources": [
      "workouts",
      "sleep"
    ]
  }
]