ezylegal API Documentation

Everything you need to integrate financial statement collection into your application. Create sessions, receive webhooks, and retrieve completed forms.

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.

Contact Support