Home / Companies / Vonage / Blog / Post Details
Content Deep Dive

Monitor Your Applications with the Nexmo Audit Events API and Python

Blog post from Vonage

Post Details
Company
Date Published
Author
Tony Bedford
Word Count
788
Language
English
Hacker News Points
-
Summary

The Nexmo Audit Events API is a tool that allows users to retrieve and monitor audit events from their Nexmo account. The API provides various features, including retrieving a list of all supported event types, obtaining filtered lists of events, and retrieving details of specific audit events. The API endpoints include `https://api.nexmo.com/beta/audit/events` for obtaining a list of all audit events and `https://api.nexmo.com/beta/audit/events?event_type=...` for filtering events by type. A Python web application has been created to demonstrate how to use the Nexmo Audit Events API, using libraries such as Flask and Requests. The application allows users to select a specific event type or view all events, and displays the results in a table format.