action clickmeter_me_get_me { label: "Retrieve current account data" provider: clickmeter method: GET path: "/me" encoding: json output: { type: "object" properties: { boGoVal: { type: "string" } bonusClicks: { type: "integer" format: "int64" } companyName: { type: "string" } companyRole: { type: "string" } email: { type: "string" } firstName: { type: "string" } lastName: { type: "string" } phone: { type: "string" } redirectOnly: { type: "boolean" } registrationDate: { type: "string" description: " (A date in \"YmdHis\" format)" } timeframeMinDate: { type: "string" description: " (A date in \"YmdHis\" format)" } timezone: { type: "integer" format: "int32" } timezonename: { type: "string" } } } }