action clicksend_get_a_specific_subaccount { label: "Get a specific subaccount" description: "" provider: clicksend method: GET path: "/subaccounts/{subaccount_id}" encoding: json input: { type: "object" properties: { subaccount_id: { type: "string" } } required: ["subaccount_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }