Autologin for ZOOMstudio
Who would do this?
Suppliers who have set up ZOOMstudio and want to connect their website login to the ZOOMstudio login
Why would they do this?
Users who have logged in to your website will expect to be able to follow your ZOOMstudio link without logging in a second time. Without the autologin servie, users that are authorized with your website will be taken to another login screen when they follow your ZOOMstudio link. Using the autologin service reduces the number of steps a user has to take to use ZOOMstudio, and often results in higher usage of the tools.
Associated ZOOMcatalog Product
ZOOMstudio
Associated API Endpoints
/auth/authorize/
/auth/autologin/
How to do it
Authorize a user on your own website (e.g., have the user log in with an email and password).
Use the authorize API endpoint to retrieve an user_token.
Use the user_token, and the link to your ZOOMstudio to make a request to the autologin API endpoint.
Use the autologin uri to embed a link or button to ZOOMstudio on your website. When a user clicks this autologin uri, they will be taken to ZOOMstudio and automatically logged in.