Here we outline the requirements and steps for integration with the Smart Layouts One-Click API.


Authentication - Auto-login

Users who have logged in to your website will expect to be able to follow your ZOOMstudio link without logging in a second time. To make this possible, you should use the ZOOMcatalog Autologin API.

To implement the auto-login there are

  1. Authorize a user on your own website (e.g., have the user log in with an email and password).
  2. Use the authorize API endpoint to retrieve an user_token.
  3. Use the user_token, and the link to your ZOOMstudio to make a request to the autologin API endpoint.

See full auto-login documentation here

Authentication

To make a successful request a valid user token is required for a user with an email matching an email of a user added to the Supplier company on supplier.zoomcatalog.com. To get the valid user token you need to make a request to the auth endpoint.

URL

Request:
	POST
URL:
	<https://prod-services.zoomcatalog.com/auth-app/v2/auth/authorize>