Technical Services
Non Insurance Services
Deprecate
Short URL Service
Sidebar On this page

Introduction

Short URL API allows you to shorten long URLs while still directing users to right pages. This is useful for messaging technologies with character limits, such as SMS, or for shortening links in shared online meetings, such as Zoom.

For example, a long link https://alm.insuremo.com/sf/frs/do/viewRelease/projects.income_gi/frs.test.2024011809_icgu_gs_v1_17_02_080 can be shortened to https://ptdev-gw.insuremo.com/ebaoeco/1.0/r/Z7nAni.

You can use https://portal.insuremo.com/ebaoeco/short-url-vue-web/ to generate and manage your links.

Workflow: How to Use Short URL Service?

  1. Click Config > Category Config. Then add a new short link with Category Code and Category Name.
shortUrl shortUrl shortUrl
  1. Click Short Link Manage. Then click Add to create a new short link.
shortUrl
  1. Enter Original Link and select Expiry Date of the short link.
shortUrl
  1. Select Category in the Category Config page, and then click Confirm.
shortUrl
  1. The new short link will be displayed on the search page.
shortUrl
  1. Copy this short link into your browser and press the Enter key.
shortUrl
  1. A page with the original link will open in your browser.
shortUrl

In Non Insurance service, you will find the ShortUrl Service card. Click API Details for the details.

shortUrl

API Details will provide direct access to the listed APIs.

You just need to use Generate ShortUrl API.

shortUrl

API Information

API UrlMethod
https://{HOST}/ebaoeco/1.0/shortUrlPOST

API Parameters

NameRequiredTypeDescriptionExample
longLinkYStringOriginal Urlhttps://alm.insuremo.com/sf/frs/do/viewRelease/projects.income_gi/frs.test.2024011809_icgu_gs_v1_17_02_080
userNameYStringinsureMO login user nametest123@e.com
expiryDateYStringShort Link Expiry Date9999-12-31 10:10:10
categoryNStringShort Link CategoryPD

Successful Response

{ "status": "200", "statusText": "Success", "shortUrl": "https://ptdev-gw.insuremo.com/ebaoeco/1.0/r/BbYj2a" }

Failed Response

shortUrl

Enter the link into your browser and you will be redirected to the original URL.


Feedback
Was this page helpful?
|
Provide feedback