# Tag Motion Detected Event Endpoint: POST /event_tag Security: Authorization ## Request fields (application/json): - `network_id` (integer, required) Example: 1 - `eventid` (string, required) Example: "abc123" - `tag` (string) Must be one of "Human", "Pet" or "False" Example: "False" ## Response 200 fields (application/json): - `id` (string) - `guardian_id` (string) - `network_id` (any) - `timestamp` (number) - `event_type` (string) - `event_category` (string) - `link_id` (string) The link_id field is used to describe the two devices that are involved in detecting motion. - `icon_url` (string) - `text` (string) - `tag` (string) - `data` (object) ## Response 400 fields