action brandlovers_get_tickets { label: "Get customers trouble tickets" description: "Allows seller to receive and status, queries, requests and complaints from customers. As well related messages" provider: brandlovers method: GET path: "/tickets" encoding: json input: { type: "object" properties: { authorization: { type: "string" } limit: { type: "string" } offset: { type: "string" } status: { type: "string" } } required: ["authorization"] additionalProperties: false } output: { type: "object" additionalProperties: true } }