SSO API

Create a one time token for account login

Step 1. Generating SSO token

Generate an SSO token using this API

Run in Postman

Step 2. Creating the SSO link

Once you have the sso_token you can create an SSO link to log the user into our system by appending the SSO token and staff uid to the following URL:

https://api.vcita.com/v1/partners/sso/login?staff_uid={STAFF_UID}&sso_token={SSO_TOKEN}

📘

sso_token

Note: The SSO token will only be valid for 30 minutes.

Language