action callfire_find_number_lease_configs { label: "Find lease configs" description: "Searches for all number lease configs for the user. Returns a paged list of NumberConfig" provider: callfire method: GET path: "/numbers/leases/configs" encoding: json input: { type: "object" properties: { city: { type: "string" } fields: { type: "string" } labelName: { type: "string" } limit: { type: "integer" format: "int32" } offset: { type: "integer" format: "int32" } prefix: { type: "string" } state: { type: "string" } zipcode: { type: "string" } } additionalProperties: false } output: { description: "~" type: "object" } }