action journy_get_tracking_snippet { label: "Get snippet for a website" description: "Endpoint used to get a snippet for a website." provider: journy method: GET path: "/tracking/snippet" encoding: json input: { type: "object" properties: { domain: { type: "string" format: "domain" } } required: ["domain"] additionalProperties: false } output: { type: "object" } }