Skip to main content
POST
/
networks
/
reporting
/
custom
/
caps
Get Custom Setting Caps Report
curl --request POST \
  --url https://api.eflow.team/v1/networks/reporting/custom/caps \
  --header 'Content-Type: application/json' \
  --header 'X-Eflow-Api-Key: <api-key>' \
  --data '
{
  "timezone_id": 123
}
'
{}

Authorizations

X-Eflow-Api-Key
string
header
required

The Everflow API key generated from the Control Center > Security.

Body

application/json
timezone_id
integer

Timezone ID for cap calculations.

Response

200 - application/json

OK

Custom cap usage data.