GET /events

nexmo.com:audit

Summary: Retrieve audit events
Operation ID: getEvents
Auth: unknown
Description

Get a series of audit events describing changes made to your Vonage API account over time.

Parameters (6)

date_from (string, query, optional)

Start of time range for audit events. DateTime in ISO-8601 format.

date_to (string, query, optional)

End of time range for audit events. DateTime in ISO-8601 format.

event_type (?, query, optional)

Filter results by this event type.

page (string, query, optional)

Page number starting with page 1.

search_text (string, query, optional)

Return only audit events where the JSON object contains this search text. Must be legal text for a JSON attribute value, that is quotes and braces must be escaped.

size (integer, query, optional, default: 30)

Number of elements per page.

Constraints: {'minimum': 1, 'maximum': 100}

No probe data for this endpoint yet.