Skip to main content
GET
/
usage
/
max-rps
Get maximum RPS for an organization
curl --request GET \
  --url https://api.webacy.com/usage/max-rps \
  --header 'x-api-key: <api-key>'
123

Authorizations

x-api-key
string
header
required

Query Parameters

organization
string
required

The name of the organization to filter logs by.

from
integer<int64>
required

The start date of the interval to query logs (timestamp in milliseconds).

to
integer<int64>
required

The end date of the interval to query logs (timestamp in milliseconds).

Response

number | null

Success