Skip to main content

shorten multiple URLs and return a map of long URL to shortened URL

shorten multiple URLs and return a map of long URL to shortened URL

Path Parameters
    dealerUUID string required
Request Body required
    shortUrlRequestList object[]
  • Array [
  • longUrl string
    expiryDuration int64
    shortUrlDomainPurpose string
    eventAction string
    eventLabel string
    eventCategory string
    eventValue int64
    additionalParams object
    property name* string
    businessUUID string
    overwrite boolean
  • ]
Responses

OK


Schema
    urlMap object
    property name* string
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
Loading...