Using Smartwaiver’s API, you want to import the waiver information as soon as the participant lands on your Redirect URL. When setting your Redirect URL set the location of the the waiver’s ID value to “[waiverid]”.
For example:
https://www.myserver.com/waivercomplete/?waiverid=[waiverid]
This can be used in conjunction with your auto-tag like this:
https://www.myserver.com/waivercomplete/?waiverid=[waiverid]&customer_id=[autotag]
To query the API for that specific waiver’s participant use rest_waiverid query option in the Smartwaiver API documentation.
Related articles:
How do I set up a redirect URL for my waivers?