curl --request POST \ --url {{BASE_URL}}/v2/link/provider/email/{provider} \ --header 'Accept: application/json' \ --header 'Content-Type: application/json' \ --header 'x-vital-link-token: <VITAL-LINK-TOKEN>' \ --data ' { "email": "test@email.com" "region": "us" } '
"<any>"
This connects auth providers that are email based.
ℹ️ This enum is non-exhaustive.
freestyle_libre
Successful Response
The response is of type any.
any