List exam performance
/reports/examsReturns aggregate performance metrics for each exam. Use product_id to limit the report to a single product.
This report does not include individual answers or user names.
Autonomous mode: the API credential secret, sent as a bearer token. Credential secrets are identified by a fixed prefix.
In: header
Query Parameters
1 <= value <= 200Value in
- "id"
- "-id"
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/reports/exams"{ "data": [ { "object": "report_row", "report": "string" } ], "page": { "limit": 1, "next_cursor": "string", "prev_cursor": "string" }}Ignore an email bounce PATCH
Marks an email bounce as ignored so the user's address can receive email from the account again. Requires the `email_bounces.ignore` permission. The only accepted value is `ignored: true`. This change cannot be reverted through the API. To make the update conditional, send the bounce's current revision in the `If-Match` header. If the bounce has changed since that revision, the update is rejected.
Retrieve export metrics GET
Returns aggregate export metrics for the account, including totals by status and the most recent exports. To page through all exports, use the exports collection endpoint, which requires the `exports.read` permission.