Support channels
When you encounter an issue which you cannot figure out, or an unexpected API error, you are welcome to get in touch with Vital support through these channels:- Email Support (help@tryvital.io)
- Vital Slack community support channel (#vital-support)
- Your dedicated Slack support channel (for Scale plan customers).
I have an issue with…
Anything in general
Item | Remarks |
---|---|
Your Junction Team ID | - |
Your Vital region | US or EU |
The Vital User ID | …if the issue occurs on a specific user. |
The Vital environment | Sandbox, Production or both |
Vital Mobile SDK
Item | Remarks |
---|---|
Vital SDK Platform | Native, React Native, Flutter |
Vital SDK Version | - |
Device OS | Android or iOS |
Device OS Version | - |
Auth Scheme | Vital Sign-In Token, or Team API Key |
A Junction API endpoint
When you encounter an unexpected response from the Junction API, please provide thetraceparent
header value from the HTTP response you received if possible. This
helps us narrow down the context surrounding your issue.
A traceparent
response header looks like this:
-
If you make the API request without a
traceparent
header, Vital’s infrastructure assigns a unique trace ID to it on entry. -
If your API request is instrumented using OpenTelemetry, W3C Trace Context or other
interoperable tools, these tools would inject a
traceparent
header automatically. Vital’s infrastructure would adopt the trace ID from your API request.
A wearables provider connection
Before reporting an issue, we encourage you to try out the following steps:Check the resource availability
The Get User Connections endpoint
reports the resource availability of all the connections. More specifically, it tells you:
- What resources are available for a given user connection
- Why each individual resource is available or unavailable, in terms of provider API access scopes.
Issues with historical pulls?
If you are having issues with historical data specifically, the Historical Pull Introspection endpoint
provides a track record of historical pulls of all your user connections.
Issues with data availability?
If you have troubles with data availability in general, the User Resource Introspection endpoint
is a live data ingestion record of all your user connections.
This is inclusive of all historical data covered by the
Historical Pull Introspection endpoint.