WaiverForever provides an efficient, secure and unified tool for kiosk businesses to customized electronic waiver for paperless signed and storage.
Go to siteWaiverForever is an efficient digital waiver solution that can help you automate your waiver signing process. With their powerful API, developers can create custom apps and services that leverage WaiverForever’s features, allowing you to quickly and securely manage digital waivers.
The WaiverForever API provides several endpoints that you can use to integrate your applications with the product. You can develop custom applications to do everything from signing and managing waiver documents to tracking customer data, offering better performance and minimizing manual processes. Here are just some of the things you can build with the WaiverForever API:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
waiverforever: {
type: "app",
app: "waiverforever",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.waiverforever.com/openapi/v1/auth/userInfo`,
headers: {
"X-API-Key": `${this.waiverforever.$auth.api_key}`,
},
})
},
})
Emit new event when a new Waiver sign is received
WaiverForever uses API keys for authentication. When you connect your WaiverForever account, Pipedream securely stores the keys so you can easily authenticate to WaiverForever APIs in both code and no-code steps.
WaiverForever uses API keys to allow access to the API. You can register a new API key at Settings / Integration tab.