This guide outlines the requirements and recommended steps to integrate the ZOOMstudio One-Click API. This integration allows users to instantly generate Smart Layout presentations or catalogs from a single product or a collection of products directly on your website.
Notice: To Edit a design, see the section “How to edit a design?”
Users who have logged in to your website will expect to be able to follow your ZOOMcatalog link without logging in a second time. If a user does not have an existing ZOOMcatalog account, they will be automatically registered.
How to do it?
See full authorization documentation here
curl --location '<https://api.zoomcatalog.com/auth/authorize>' \\
--header 'Content-Type: application/json' \\
--data-raw '{
"grant_type": "authorization_code",
"client_id": "<client-id>",
"client_secret":"client-secret",
"for_username": "[email protected]"
}'