action sinao_app_payments_payments_recipe_book { label: "Get the recipe book" description: "Get a Payment object by Id" provider: sinao method: GET path: "/apps/{appId}/payments/recipe_book" encoding: json output: { type: "object" additionalProperties: true } }