List endpoint events
Authentication
An auth_token should be provided to authenticate a session.
To obtain an auth_token, see the /api/v1/authenticate POST request.
An auth_token should be provided to authenticate a session.
To obtain an auth_token, see the /api/v1/authenticate POST request.
Welcome to the new emnify developer docs! These pages replace the legacy Swagger-based site, which will be removed by end of January 2026.
Returns the list of events, filtered, sorted and paged according to query parameters.
A full list of events is found in section “Retrieve Event Types” (/api/v1/event/type).
This API endpoint deviates from the specified conventions and may not return the same HTTP Codes as the higher layer call (/api/v1/endpoint/{endpoint_id}).
In case the requested {endpoint_id} doesn’t exist or is not accessible for the user, HTTP 200 will be returned with empty [] as long as the provided {endpoint_id} is a number and all parameters are valid.
Please take that into consideration when building automation on top of the error behaviour of this endpoint.