Request logs
Request logs provide visibility into communications between ProsperStack and your subscription platform, webhook endpoints and data connectors.
To access logs, click the gear icon in the main header and then the Logs tab. Choose the log view that matches the system you are troubleshooting:
- Platform shows subscription platform requests.
- Webhooks shows deliveries to your webhook endpoints.
- Data connectors shows requests to your data connector endpoints. This view is available when data connectors are enabled for your account.
Finding a request
Use Search logs to narrow the results. You can also filter every log view by Status:
- All
- 2xx for successful responses
- 4xx for client-error responses
- 5xx for server-error responses
In the Platform view, you can also filter by Method: All, GET, POST, PUT, PATCH, or DELETE.
Inspecting request and response details
Select a request row to inspect its URL, status, ID, time and duration. When present, the detail view also includes request headers, query parameters, request body or form data, response headers, and response body.
Request and response details can contain sensitive customer or integration data. Handle copied log content accordingly.