action callfire_find_keyword_leases { label: "Find keyword leases" description: "Searches for all keywords owned by user. A keyword lease is the ownership information involving a keyword" provider: callfire method: GET path: "/keywords/leases" encoding: json input: { type: "object" properties: { fields: { type: "string" } filter: { type: "string" } labelName: { type: "string" } limit: { type: "integer" format: "int32" } offset: { type: "integer" format: "int32" } } additionalProperties: false } output: { description: "~" type: "object" } }