List post-processor log entries with optional filters (admin only)
List post-processor log entries with optional filters (admin only)
Query parameters
Page number (1-based)
Page number (1-based)
Number of items per page (max 100)
Number of items per page (max 100)
Sort field and direction (e.g., "created_at:desc", "amount:asc")
Sort field and direction (e.g., "created_at:desc", "amount:asc")
Filter by merchant ID
Filter by merchant ID
Type of post-processor action
Status of the post-processor log entry
Filter logs created after this date
Filter logs created after this date
Filter logs created before this date
Filter logs created before this date
Response
Success
Example response
{
"success": true,
"data": [
{
"from_currency": "EUR",
"amount": "100.00"
}
],
"pagination": {
"total": 150,
"page": 1,
"limit": 25,
"totalPages": 6,
"hasNextPage": true
}
}Changes
Changed in 2 of the 8 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 367 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲