Skip to main content
POST
/
v2
/
link
/
bulk_pause
Bulk Pause Connections
curl --request POST \
  --url https://api.us.junction.com/v2/link/bulk_pause \
  --header 'Content-Type: application/json' \
  --header 'x-vital-api-key: <api-key>' \
  --data '
{
  "user_ids": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "provider": "oura"
}
'
{
  "detail": "<unknown>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.junction.com/llms.txt

Use this file to discover all available pages before exploring further.

If you are planning to migrate connections, please chat with us through support channels. Link Migration endpoints are disabled by default.

Authorizations

x-vital-api-key
string
header
required

Vital Team API Key

Body

application/json
user_ids
string<uuid>[]
required
provider
enum<string>
required

ℹ️ This enum is non-exhaustive.

Available options:
oura,
fitbit,
garmin,
strava,
wahoo,
ihealth,
withings,
google_fit,
dexcom_v3,
polar,
cronometer,
omron,
whoop_v2,
my_fitness_pal_v2,
ultrahuman,
runkeeper

Response

Successful Response