action vatapi_country_code_check { label: "Retrieve a countries VAT rates by its 2 digit country code" provider: vatapi method: GET path: "/country-code-check" encoding: json input: { type: "object" properties: { "Response-Type": { type: "string" } code: { type: "string" } } required: ["code"] additionalProperties: false } output: { type: "object" additionalProperties: true } }