Logs
View webhook and API logs in your Dashboard
Logs
Monitor API requests and webhook deliveries from your Plexy Dashboard.
Log types
Webhook Event Logs
View webhook delivery history and payloads
API Logs
View API request and response details
Accessing logs
- Log in to your Plexy Dashboard
- Go to Developers > Logs
- Select API Logs or Webhooks
Log retention
| Plan | Retention Period |
|---|---|
| Starter | 7 days |
| Growth | 30 days |
| Enterprise | 90 days |
Filtering logs
Filter logs by:
- Date range - Last hour, day, week, or custom range
- Status - Success, error, pending
- Endpoint - Specific API endpoint or webhook
- HTTP method - GET, POST, DELETE
- Status code - 200, 400, 500, etc.
Searching logs
Search by:
- Request ID
- Payment ID
- Customer ID
- IP address
request_id:req_abc123
payment_id:pay_xyz789Exporting logs
Export logs for analysis:
- Apply filters
- Click Export
- Choose format (CSV, JSON)
- Download file
Real-time logs
View logs in real-time during development:
# Using Plexy CLI
plexy logs tail --type api
plexy logs tail --type webhooks