These docs are for v1. Click to read the latest docs for v3.

Keep Alive

Use this API to extend the time for keeping the TrackMe link active. The link should be active when you make this API call. The API will throw an error if you try to extend the time for an expired link.

You need to pass the TrackMe ID (token) while calling this API.

📘

Sample Request

https://api.azuga.com/azuga-ws/v1/trackme/keepalive.json?token=C1JJW59V5&noOfSeconds=100

API Response Explanation

Field

Description

code

API status code

message

API Message (Success/Failure)

generatedAtInMillis

API generation timestamp in UTC

alive

Boolean to indicate of the TrackMe link is active or not

Language
Credentials
Header
Click Try It! to start a request and see the response here!