Skip to main content
GET
/
v1
/
usage
/
endpoints
Endpoint Breakdown — Request volume by endpoint
curl --request GET \
  --url https://api.fieldfunded.com/v1/usage/endpoints \
  --header 'X-API-Key: <api-key>'
{
  "endpoints": [
    {
      "path": "/events",
      "count": 3200
    },
    {
      "path": "/scores",
      "count": 1850
    },
    {
      "path": "/settlements",
      "count": 740
    }
  ],
  "period": "current_month"
}

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 detailed breakdown of API requests per endpoint for the current billing cycle.

endpoints
object[]
period
string
Example:

"current_month"