Skip to content

URL Shortener

POST /urlshortener

Body

{
  "url": "http:\/\/thelink.com"
}

Responses

OK

  • StatusCode: 201
  • Content: json { "urlshortener": { "url": "https:\/\/surl.x.mycrm.com\/234tyuhg" } }

:warning: In case of server down, the same url will be returned.