action motaword_get_corporate { label: "View your corporate account" description: "View the details of the corporate account that your user account belongs to." provider: motaword method: GET path: "/corporate" encoding: json output: { 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`." } } } }