Create link token
vital_create_link_tokenCreates a short-lived Link token to connect a user's wearable/provider (no health data is modified). Vital API: POST /v2/link/token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | The Vital user id to create the link token for (required). | |
| provider | No | Pre-select a single provider slug to connect. | |
| redirect_url | No | URL to redirect to after the connection flow. | |
| filter_on_providers | No | Restrict the connectable providers to this list of slugs. |