Authorizations
Enter your API key in the format x-api-key <api-key>*
Retrieve monitoring data for events including consumer lag and event metrics (last 24 hours by default)
curl --request GET \
--url https://api.cloud.flexprice.io/v1/events/monitoring \
--header 'x-api-key: <api-key>'{
"consumption_lag": 123,
"post_processing_lag": 123,
"total_count": 123
}Enter your API key in the format x-api-key <api-key>*
curl --request GET \
--url https://api.cloud.flexprice.io/v1/events/monitoring \
--header 'x-api-key: <api-key>'{
"consumption_lag": 123,
"post_processing_lag": 123,
"total_count": 123
}