action thenounproject_get_all_collections { label: "Get all collections" description: "Return's a list of all collections" provider: thenounproject method: GET path: "/collections" encoding: json input: { type: "object" properties: { limit: { type: "string" } offset: { type: "string" } page: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }