- Retrieve transaction histogram report data
Retrieve AML check histogram report data
Retrieve transaction hist...
Retrieves transaction histogram report data.
Security
SecretApiKey or JWT
Criteria for filtering collection items. This field requires a special format. Use , to specify multiple allowed values. Use ; to specify multiple fields.
For more information, see Search filters.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/experimental/histograms/transactions
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/experimental/histograms/transactions
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/experimental/histograms/transactions
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/experimental/histograms/transactions?periodStart=2019-08-24T14%3A15%3A22Z&periodEnd=2019-08-24T14%3A15%3A22Z&aggregationPeriod=minute&metric=approval&filter=string' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Response
{ "data": [ { … } ] }