Skip to main content
POST
Generate location history token

Authorizations

Authorization
string
header
required

Use a valid Bearer token to authenticate.

Body

application/json
email
string
required

Required, User's email assigned to the monitored task. Example: example@mile.app

date
string

The date indicating the time of user tracking and using the format Y-m-d. The default date if not filled in is today's date. Example: 2025-02-20

Response

Success

status
boolean

Indicates whether the request was successful.

message
string

A message providing additional information about the response.

token
string

Tracking token data that has been successfully generated.