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: ********************
Other information, no more than 300 characters
Recipient's phone #, Start with '+', separate multiple numbers with ';'
Recipient's emails, separate multiple numbers with ';'
Destination radius, default 150 meters, valid value: 100-5000
Request samples
curl --location --request POST '/tripshare/live-eta?acctId&devId&destination' \
--header 'token;' \
--header 'x-api-key;'
Responses
{
"message": "string",
"shortUrl": "string"
}
Modified at 2025-02-28 08:12:14