Reports
List configured reports
List all configured reports that can be generated.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The ID of the merchant account to use for this request.
Examples:
"default"
Query Parameters
A pointer to the page of results to return.
Examples:
"ZXhhbXBsZTE"
The maximum number of items that are at returned.
Required range:
1 <= x <= 100
Examples:
20
Filters the reports by the type of schedule at which they run.
Examples:
["daily", "monthly"]
Filters the reports by wether their schedule is enabled.
Examples:
true
Filters the reports by searching their name for (partial) matches.
Examples:
"My report"
Response
200
application/json
Successful Response
The response is of type object
.