Error
A valid request URL is required to generate request examples{
"data": [
{
"id": "<string>",
"earning_rule_id": "<string>",
"success_count": 123,
"failures_count": 123,
"failures_breakdown": {
"cooldown": 123,
"frequency": 123
},
"object": "program_earning_rules_summary_report"
}
],
"object": "report"
}{
"code": 123,
"key": "<string>",
"message": "<string>",
"details": "<string>",
"request_id": "<string>",
"resource_id": "<string>",
"resource_type": "<string>"
}{
"code": 123,
"key": "<string>",
"message": "<string>",
"details": "<string>",
"request_id": "<string>",
"resource_id": "<string>",
"resource_type": "<string>"
}{
"code": 500,
"key": "api_error",
"message": "Something went wrong. Don't worry, your campaigns are still safe and the Voucherify Team has been notified. Check out our Help Center and forums for help, or head back to home."
}Get program earning-rules summary report
Documentation in progress
This documentation is in progress. The parameters, fields, request and response bodies, and other data may be subject to change. If you need more information or you want to share feedback, contact Voucherify support or your Technical Account Manager.
Returns total earning-rule evaluation statistics for the program (all time), optionally filtered by earning rule. Includes success and failure counts with a failures breakdown.
GET
/
v2
/
loyalties
/
programs
/
{programId}
/
reports
/
earning-rules
/
summary
Error
A valid request URL is required to generate request examples{
"data": [
{
"id": "<string>",
"earning_rule_id": "<string>",
"success_count": 123,
"failures_count": 123,
"failures_breakdown": {
"cooldown": 123,
"frequency": 123
},
"object": "program_earning_rules_summary_report"
}
],
"object": "report"
}{
"code": 123,
"key": "<string>",
"message": "<string>",
"details": "<string>",
"request_id": "<string>",
"resource_id": "<string>",
"resource_type": "<string>"
}{
"code": 123,
"key": "<string>",
"message": "<string>",
"details": "<string>",
"request_id": "<string>",
"resource_id": "<string>",
"resource_type": "<string>"
}{
"code": 500,
"key": "api_error",
"message": "Something went wrong. Don't worry, your campaigns are still safe and the Voucherify Team has been notified. Check out our Help Center and forums for help, or head back to home."
}Authorizations
X-App-Id & X-App-TokenbearerAuth
Path Parameters
Unique loyalty program identifier (format: lprg_ followed by hexadecimal characters).
Pattern:
^lprg_[a-f0-9]+$Query Parameters
Field filters. Each field accepts a conditions object with condition operators.
Filters for program earning-rules reports.
Show child attributes
Show child attributes
Last modified on September 18, 2026

