Coverage Summary
Supply headcount for a subject and (optionally) a postcode in one call.
Returns { total, in_person, online, covering_area }: total is the org’s
subject-matched tutors, in_person/online split by delivery mode (‘both’ counts in
both), and covering_area is how many of them reach postcode. With no postcode,
covering_area == total (geography ignored). Same coverage RPC; no geometry recomputed.
Authorizations
Org API key as Token token=ei_live_...
Query Parameters
Restrict the counts to this subject id
Meeting-point postcode; covering_area counts tutors within reach
Response
Successful Response
Counts for /v1/coverage/summary. covering_area is the subset of total
within reach of postcode (equals total when no postcode is supplied —
geography is then ignored). A tutor offering 'both' modes counts toward both
in_person and online.