Iaptic MCP Server
Official
by iaptic
event_list
List recent events from your Iaptic account.
- Returns a paginated list of system events
- Events include:
- Receipt validations
- Platform notifications (Apple/Google/etc)
- Webhook deliveries
- Purchase status changes
- Subscription renewals
- Use limit and offset for pagination
- Results ordered by date (newest first)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
enddate | No | Filter events before this date (ISO format, e.g. 2024-12-31) | |
limit | No | Maximum number of events to return (default: 100) | |
offset | No | Number of events to skip for pagination | |
startdate | No | Filter events after this date (ISO format, e.g. 2024-01-01) |