v1
latestOpenAPI 3.1.02026-07-22370342.6 KBLink
Create Short Link URL
Create a short URL for the Link onboarding flow as an alternative to the full Link URL with all its query parameters.
The response contains an 8-character code and the full url to share with your user. Short links are valid for 1 year from creation.
Identical request bodies are de-duplicated automatically. Calling this endpoint a second time with the same parameters returns the original short link with an Idempotent-Replayed: true response header.
post/link/short
Request body
Example request
{
"provider": "geotab",
"providerHints": [
"geotab"
],
"externalId": "fleet_456",
"tags": [
"Tag Name"
],
"redirectUrl": "https://app.acme.com/telematics-success",
"backfill": {
"startFrom": "2021-01-06T03:24:53.000Z"
},
"template": "ltp_01HXQ4YK8V2X0X0X0X0X0X0X0X"
}Response
OK
Example response
{
"id": "slk_01JB7K3N2QZP7TVR4FX8SDWFH9",
"code": "az9qtk2d",
"url": "https://term.new/az9qtk2d",
"expiresAt": "2021-01-06T03:24:53.000Z"
}