post https://services.azuga.com/azuga-ws-oauth/v3/trackme/keepalive
This API enables you to extend the time to live (TTL) from the remaining duration. The duration extension is possible only for active links. Make sure that you are extending the time before the link expiry.
Sample Request
https://services.azuga.com/azuga-ws-oauth/v3/trackme/keepalive?token=1WFYSLT9V&noOfSeconds=120
API Response Explanation
Field | Description | Data Type |
---|---|---|
code | HTTP Status Code | Int |
message | Status Message | String |
generatedAtInMillis | Time at which the API returns the result. The time is in milliseconds. | Long |
alive | True/False values define if the URL is active or expired | Boolean |
error | Error description - if any | List |