action openchannel_get_apps_by_safe_name_safe_name { label: "Returns a single APPROVED or SUSPENDED app" description: "- A 'view' event is recorded when trackViews is set to true\n" provider: openchannel method: GET path: "/apps/bySafeName/{safeName}" encoding: json input: { type: "object" properties: { safeName: { type: "string" } trackViews: { type: "boolean" } userId: { type: "string" } } required: ["safeName"] additionalProperties: false } output: { type: "object" additionalProperties: true } }