URL Generator API Guide
The URL Generator API allows you to generate two URL types:
- Protected URLs
- User Session URLs
In this guide, you can find information to help you understand and integrate the following URL Generator API resources.
Generate Protected URL
POST /urlgenerator/generateprotectedurl
The Generate Protected Url API endpoint creates a unique URL (UURL), which you can use to protect a destination URL. It also allows you to place various restrictions on the unique URL.
Generate User Session URL
POST /urlgenerator/generateusersessionurl
The Generate User Session Url endpoint creates a session URL (SURL). Session URLs are either valid for one purchase, or for 72 hours after the last web hit for that session has been requested by the Cleverbridge web servers.
Various marketing campaigns sometimes require the customer to make a purchase within a limited time or for a maximum quantity. This resource allows you to define those parameters.
Updated almost 2 years ago