- Retrieve dashboard data
Retrieve an API log summary report
Retrieve an AML checks report
Retrieve AML inherited-match report
Retrieve a cumulative subscriptions report
Retrieve a DCC markup report
Retrieve a declined transactions report
Retrieve a deferred revenue report
Retrieve a disputes report
Retrieve events triggered summary report
Retrieve a rules matched summary report
Retrieve a future renewals report
Retrieve a journal report
Retrieve a journal summary report
Retrieve a KYC acceptance summary report
Retrieve a KYC rejections report
Retrieve a KYC requests report
Retrieve a MRR report
Retrieve an ARR report
Retrieve a renewal sales report
Retrieve a retention percentage report
Retrieve a retention value report
Retrieve a revenue waterfall report
Retrieve a subscription cancellation report
Retrieve a subscription renewal report
Retrieve a tax report
Retrieve a time series transactions report
Retrieve a transaction time dispute report
Retrieve a transactions report
Retrieve dashboard data
Retrieves dashboard data.
Security
SecretApiKey or JWT
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/experimental/reports/dashboard
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/experimental/reports/dashboard
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/experimental/reports/dashboard
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/experimental/reports/dashboard?periodStart=2019-08-24T14%3A15%3A22Z&periodEnd=2019-08-24T14%3A15%3A22Z&metrics=string&segments=string' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Report retrieved.
Array []
Type of dashboard metric.
Enum:"approvalRate""salesCount""salesValue""refundsValue""chargebacksCount""chargebacksValue""transactionsCount""redeemedCouponsCount""newLeadsCount""newCustomersCount"
Response
[ { "metric": "approvalRate", "humanName": "string", "increaseIsGood": true, "segments": [ … ] } ]