cURL
curl --request POST \ --url https://api.tryvital.io/v2/link/bulk_export \ --header 'Content-Type: application/json' \ --header 'x-vital-api-key: <api-key>' \ --data '{ "user_ids": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ], "provider": "oura", "next_token": "<string>" }'
{ "data": [ { "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "access_token": "<string>", "refresh_token": "<string>", "provider_id": "<string>", "expires_at": 123, "oauth_scopes": [ "<string>" ] } ], "next_token": "<string>" }
Vital Team API Key
Successful Response
The response is of type object.
object