action vatapi_ip_check { label: "Retrieve a countries VAT rates from an IP address" provider: vatapi method: GET path: "/ip-check" encoding: json input: { type: "object" properties: { "Response-Type": { type: "string" } address: { type: "string" } } required: ["address"] additionalProperties: false } output: { type: "object" additionalProperties: true } }