POST
/
v2
/
link
/
provider
/
email
/
{provider}
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>"
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"
}
'

Headers

Path Parameters

provider
enum<string>
required

ℹ️ This enum is non-exhaustive.

Available options:
freestyle_libre

Body

application/json

Response

200
application/json
Successful Response

The response is of type any.