action clickmeter_account_get_guests_count { label: "Retrieve count of guests" provider: clickmeter method: GET path: "/account/guests/count" encoding: json input: { type: "object" properties: { textSearch: { type: "string" } } additionalProperties: false } output: { type: "object" properties: { count: { type: "integer" format: "int64" } } } }