Skip to main content
All CollectionsAPI
Tracking link generation
Tracking link generation

Learn about the Tracking link generation via API

e
Written by eLogii
Updated over a week ago

Although the eLogii API does not support fetching the tracking link through any endpoint, it is possible to generate the link itself.

This process requires the following parameters:

  • URL Slug

The URL slug can be obtained in configurations→ Organization profile → Basic info

  • Task UID or reference

These parameters can be found on the API response received when prompting requests GET /tasks and GET /tasks/{_id} or on eLogii Tasks→ task details → Basic Info

  • Tracking/identity Code

This can be set as optional by heading over to configuration → Tracking page → Do not require identity code for authentication.

It can be obtained in the API response received after the requests GET /tasks or GET /tasks/{_id} have been processed or on eLogii Tasks → task details → Tracking codes.

There are several variations of valid tracking link URLs depending on the query parameters used, they include:-

  • Full tracking URL (slug + UID + code)

This URL requires one to input the organization URL slug, Task UID and tracking code. It can be accessed here

  • Only UID (code set as optional) (slug + UID)

This tracking URL is best used when the identity code is set as optional. It requires one to input the organization slug and the task UID. Click here to access it.

  • Only reference (code set as optional) (slug + reference)

This tracking URL is best when using task reference as a parameter and the identity code is set as optional. It requires one to input the organization slug and the reference. Click here to access it.

  • Slug as subdomain instead of query parameter (slug + reference)

This tracking URL is best when the slug is set up as the subdomain instead of a query parameter. To access it, head over here.

Did this answer your question?