action callfire_find_numbers_tollfree { label: "Find tollfree numbers" description: "Searches for the toll free numbers which are available for purchase in the CallFire catalog" provider: callfire method: GET path: "/numbers/tollfree" encoding: json input: { type: "object" properties: { fields: { type: "string" } limit: { type: "integer" format: "int32" } pattern: { type: "string" } } additionalProperties: false } output: { description: "~" type: "object" } }