latestOpenAPI 3.1.02026-08-211061591.1 MB
69a962f1578f
Location reminders
Create Location Reminder
Create a new location reminder for a task.
post/api/v1/location_reminders
Request body
Example request
{
"task_id": "6XGgmFVcrG5RRjVr",
"name": "Home",
"loc_lat": "37.7749",
"loc_long": "-122.4194",
"loc_trigger": "on_enter",
"radius": 100
}Response
Successful Response
Example response
{
"id": "6XGgmFQrx44wfGHr",
"item_id": "6XGgmFVcrG5RRjVr",
"project_id": "6XGgm6PHrGgMpCFX",
"notify_uid": "1029384756",
"name": "Home",
"loc_lat": "37.7749",
"loc_long": "-122.4194",
"loc_trigger": "on_enter",
"radius": 100,
"type": "location"
}