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
application/json
Request Body required
- Array [
- ]
shortUrlRequestList object[]
longUrl string
expiryDuration int64
shortUrlDomainPurpose string
eventAction string
eventLabel string
eventCategory string
eventValue int64
additionalParams object
property name* string
businessUUID string
overwrite boolean
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
urlMap object
property name* string
errors object[]
errorCode string
errorDescription string
errorUID string
warnings object[]
warningCode string
warningDescription string
{
"urlMap": {},
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Loading...