This API is to share device itineraries with customers (send itinerary links to customers via email or SMS)
Request
Add parameter in header x-api-key
Example:x-api-key: ********************
Request Code Samples
curl --location --request POST '/tripshare/live-eta?acctId&devId&destination' \
--header 'token;' \
--header 'x-api-key: <api-key>'
Responses
{
"message": "string",
"shortUrl": "string"
}
Modified at 2025-02-28 08:12:14