action sinao_app_contacts_organizations_get { label: "Get an organization" description: "Get an organization by id" provider: sinao method: GET path: "/apps/{appId}/organizations/{id}" encoding: json input: { type: "object" properties: { id: { type: "integer" } } required: ["id"] additionalProperties: false } output: { type: "object" } }