cURL
curl --request GET \ --url https://api.raul.ugps.io/api/v1/emnify/endpoint/{endpointId}/events \ --header 'Authorization: Bearer <token>'
{ "events": [ { "id": 123, "timestamp": "<string>", "event_type": { "id": 123, "description": "<string>" }, "event_severity": { "id": 123, "description": "<string>" }, "event_source": { "id": 123, "description": "<string>" }, "description": {}, "detail": {} } ], "count": 123 }
Operacion: Get endpoint events.
Bearer token authentication
Emnify endpoint ID
Page number (default: 1)
Items per page (default: 50)
Show child attributes