data.token.token
) look like this 66bcd0acff324e8a44992d9596b5d361.
curl --location 'https://api.vseepreview.com/vc/stable/api_v3/users/sso?fields=vsee' \
--header 'X-AccountCode: sandbox' \
--header 'X-ApiKey: 8acd6ac0a7193ad17f56ce694e94df2f' \
--header 'X-ApiSecret: 8ece42756425bb1ec31aee0f29d02a87' \
--header 'Content-Type: application/json' \
--data-raw '{
"first_name": "VSee Edward",
"last_name": "Provider Sandbox",
"type": 400,
"email": "edward+002.provider.sandbox@vseelab.com",
"code": "edward+002.provider.sandbox@vseelab.com"
}'
data.id
, data.code
). If the room already exists, it will return error 400.curl --location 'https://api.vseepreview.com/vc/stable/api_v3/rooms' \
--header 'X-AccountCode: sandbox' \
--header 'X-ApiKey: 8acd6ac0a7193ad17f56ce694e94df2f' \
--header 'X-ApiSecret: 8ece42756425bb1ec31aee0f29d02a87' \
--header 'X-ApiToken: f9960859c1c1ff77bac8e54a7b0af395' \
--header 'Content-Type: application/json' \
--data-raw '{
"domain": "sandbox.vseepreview.com",
"slug": "sandbox-1735255433",
"name": "sandbox-1735255433"
}'
curl --location 'https://api.vseepreview.com/vc/stable/api_v3/users/{{user_id}}/rooms' \
--header 'X-AccountCode: sandbox' \
--header 'X-ApiToken: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "{{room_code}}"
}'
{your_clinic_domain_url}auth?sso_token={token}&next={next_url}
https://sandbox.vseepreview.com/vc/stable/auth?sso_token=66bcd0acff324e8a44992d9596b5d361&next=/providers/dashboard
https://sandbox.vseepreview.com/vc/stable/providers/dashboard
Your Clinic Domain URL: https://sandbox.vseepreview.com/vc/stable
SSO Token:
Next URL: /providers/dashboard