Developer documentation
Clear product information for businesses evaluating digital waiver and e-signature workflows.
Start with the API
The live API exposes its OpenAPI document at https://api.verifyistic.com/v1/openapi.json and human-readable route documentation at https://api.verifyistic.com/v1/docs.
Typical flow
- Create a customer and select a published template version.
- Create a signing session with the customer and delivery method.
- Send or embed the signer URL in your workflow.
- Receive lifecycle webhooks and download authorized proof artifacts.
Production boundary
Keep API keys and webhook secrets on your server. Never place private credentials in browser code, public repositories, or WordPress page source.
Open API docs