Skip to main content

getApiStat

This method allows you getting the number of requests to API.

Description

This method returns API request statistics for the project. It returns a Promise that resolves to a plain object mapping date strings (YYYY-MM-DD) to the number of requests made on that date.

System.getApiStat();

Examples

Minimal example

const response = await System.getApiStat();