action motaword_get_corporates_list { label: "Get a list of corporate accounts" description: "Get a list of corporate accounts" provider: motaword method: GET path: "/corporates/all" encoding: json output: { type: "array" items: { type: "object" properties: { billing: { type: "object" } domain: { type: "string" } email: { type: "string" } id: { type: "integer" format: "int64" } logo: { type: "string" } name: { type: "string" } web_site: { type: "string" description: "Deprecated, use `domain`." } } } } }