# Retrieve a meter Retrieves a single meter with specified id. Endpoint: GET /v3/meters/{id} Version: 2026-01-08 Security: ZephrHmacHttp ## Path parameters: - `id` (string, required) Unique Meter identifier ## Response 200 fields (application/json): - `label` (string) Example: "Test meter" - `description` (string) Example: "This is a meter" - `unit` (string) Example: "views" - `limit` (number) Example: 5 - `cycle` (string) Example: "calendar" - `period` (string) Example: "monthly" - `timezone` (string) Example: "+0:00" - `auto_assign` (string) Example: "none" ## Response 404 fields