← Back to docs
Account
GET/v1/usage
Usage summary endpoint
Use the usage summary endpoint to show monthly quota usage and recent daily consumption in dashboard or internal account views.
When to use it
Practical implementation contexts
Render quota bars and usage charts
Alert users before they exceed plan limits
Audit monthly consumption by account
Auth
Access model
Authentication
Dashboard session
Request
curl https://api.entylink.com/v1/usage \
-H "Authorization: Bearer etl_session_..."
Response
Response exampleapplication/json
{
"data": {
"plan": "PROFESSIONAL",
"monthly_quota": 250000,
"current_month_usage": 18231,
"daily": [
{ "day": "2026-04-22", "count": 1843 }
]
}
}Next step
Move from docs into a real registry workflow.
Entylink is built for teams embedding UK company data, verification, and monitoring into products rather than manually browsing the register.