Skip to main content
GET
/
v1
/
usage
/
warnings
Active Warnings — Quota thresholds and error alerts
curl --request GET \
  --url https://api.fieldfunded.com/v1/usage/warnings \
  --header 'X-API-Key: <api-key>'
{
  "warnings": [
    {
      "level": "warning",
      "message": "Monthly quota usage is above 80%.",
      "percent": 83.4
    },
    {
      "level": "info",
      "message": "Elevated server error rate detected today"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.fieldfunded.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Your FieldFunded API Key

Response

200 - application/json

A list of active quota alerts and warning thresholds for your account.

warnings
object[]