Trigger Test Event
POST/api/v1/geofences/:geofence_id/test-event
Trigger a simulated test event for a geofence.
This allows users to test their webhooks and workflows without physically entering or exiting the geofence.
Args: geofence_id: ID of the geofence event_type: Type of event to simulate ('enter' or 'exit') test_metadata: Optional metadata to include in the test event
Returns: Test event details including triggered webhooks and workflows
Request
Responses
- 200
- 400
- 401
- 404
- 500
- 501
- 502
- 503
- 504
OK
Bad Request
Unauthorized
Not Found
Internal Server Error
Not Implemented
Bad Gateway
Service Unavailable
Gateway Timeout