action vestorly_find_custom_feed_by_id { label: "findCustomFeedByID" description: "Returns a single Category" provider: vestorly method: GET path: "/custom_feeds/{id}" encoding: json input: { type: "object" properties: { access_token: { type: "string" } id: { type: "string" } vestorly_auth: { type: "string" } } required: ["id", "vestorly_auth"] additionalProperties: false } output: { type: "object" additionalProperties: true } }