action zoomconnect_get_api_rest_v1_contacts_contact_id { label: "get" description: "Returns details for a single contact" provider: zoomconnect method: GET path: "/api/rest/v1/contacts/{contactId}" encoding: json input: { type: "object" properties: { contactId: { type: "string" } } required: ["contactId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }