action idtbeyond_get_status { label: "Status check" description: "Returns a JSON of the API status." provider: idtbeyond method: GET path: "/status" encoding: json input: { type: "object" properties: { "x-idt-beyond-app-id": { type: "string" } "x-idt-beyond-app-key": { type: "string" } } required: ["x-idt-beyond-app-id", "x-idt-beyond-app-key"] additionalProperties: false } output: { type: "object" additionalProperties: true } }