ezylegal API Documentation
Everything you need to integrate financial statement collection into your application. Create sessions, receive webhooks, and retrieve completed forms.
Getting Started
Learn the basics of integrating ezylegal into your application. Set up authentication, make your first API call, and understand the core concepts.
API Reference
Complete reference documentation for all API endpoints. Learn about sessions, data retrieval, billing, and error handling.
Webhooks
Configure webhooks to receive real-time notifications about session status changes, form submissions, and other events.
Guides
Step-by-step tutorials and best practices for common integration patterns. Learn how to build robust integrations.
Create a SessioncURL
curl -X POST https://api.ezy-forms.com.au/v1/sessions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"form_type": "financial_statement",
"customer_email": "[email protected]",
"webhook_url": "https://yourapp.com/webhooks/ezyfamily"
}'Need Help?
Can't find what you're looking for? Reach out to our support team.