action obono_get_auth { label: "get_auth" description: "Request a JWT access token using your obono username and password." provider: obono method: GET path: "/auth" encoding: json output: { type: "object" properties: { accessToken: { type: "string" } registrierkasseUuid: { type: "string" format: "uuid" } } } }