Total Advocates
—
Active
—
Suspended
—
Total Bookings
—
Abuse Reports
—
Recent Advocates
| Name | Subdomain | Status |
|---|
Recent Bookings
| Client | Advocate | Date |
|---|
| ID | Advocate Name | Subdomain / Domain | Linked Mail | Joined | Status | Actions |
|---|
| ID | Client Name | Advocate | Date | Time | Booked On |
|---|
| ID | Advocate | Reporter IP | Report Details | Reported On | Actions |
|---|
All Registered Subdomains
| Subdomain | Custom Domain | Advocate | Status | Public URL | Manage URL |
|---|
Comma-separated list of subdomains that cannot be registered.
Enter the key only on the login screen. Docs and downloads use placeholders.
For future Lawneu-wrapped mail access only. No public mail endpoint or domain-wide mailbox access is exposed.
Stored server-side for future wrapped mail flows. Access must match the advocate website's linked mailbox.
New advocate websites link to
subdomain@this-domain. Domain-level mail browsing is not allowed.
Leave blank until EmailEngine account API is healthy.
Used by the internal Lawneu call flow. The app can override it with
callMode.
When disabled, AI drafts use the built-in template fallback.
Stored server-side and never exposed in Postman or public API docs.
Platform Info
| Main Domain | lawneu-booking.indias.cloud |
| Wildcard Domain | *.law.indias.cloud |
| Admin Panel | https://app-admin.lawneu.com/ |
| Advocate Dashboard | [subdomain].lawneu.in/manage |
| API Base | https://app-admin.lawneu.com/api/v1 |
Country / Currency API Values
These values are now accepted and returned by the app APIs wherever jurisdiction or money is used.
| Field | Use |
|---|---|
countryCode | Country code such as IN, US, GB, AE. |
countryName | Readable country name shown in app and docs. |
state, city, county | Location values saved on advocate and case records for future filtering. |
defaultCurrency | Advocate website default currency. |
currencyCode | Case, payment, receipt, payout, and financial currency such as INR, USD, GBP, AED. |
| Endpoint | New values |
|---|---|
/advocates/create, /advocates/update | countryCode, countryName, state, city, county, defaultCurrency |
/advocates, /cases, /cases/my-cases | Filter with countryCode and currencyCode. |
/cases/initiate, /cases/payment, /cases/receipts | countryCode, countryName, state, city, county, currencyCode. |
/payments/initiate, /payments/status, /payments/payout | countryCode, countryName, currencyCode, plus currencySymbol in status responses. |
/ai/generate-draft | countryCode, countryName for jurisdiction-aware draft context. |
📄
Loading API documentation...
Feature-by-feature API documentation map for keeping the portal docs maintainable.
| Feature | Portal Menu | Raw File |
|---|---|---|
| Main combined API | API Documentation | /api_doc.md |
| Booking, email, inbox | Advanced Docs | /LAWNEU_BOOKING_API.md |
| Master admin | Advanced Docs | /LAWNEU_MASTER_ADMIN_API.md |
| Advocate app | Advanced Docs | /LAWNEU_ADVOCATE_APP_API.md |
| Country and currency support | API Documentation + Advanced Docs | countryCode, countryName, state, city, county, defaultCurrency, currencyCode |
| Advocate-scoped mail linkage | Settings + Advanced Docs | advocate_mail_accounts |
| Legal requests | Legal Request Docs | /LAWNEU_LEGAL_REQUESTS_API.md |
| AI draft and internal call flow | AI / Internal Call Docs | /LAWNEU_CALL_AI_API.md |
| Postman collection | API Documentation | /LAWNEU_APP_POSTMAN_COLLECTION.json |
Country / Currency Endpoint Matrix
| Feature | Endpoint | Fields |
|---|---|---|
| Create/update advocate | /advocates/create, /advocates/update | countryCode, countryName, state, city, county, defaultCurrency |
| List/filter | /advocates, /cases, /cases/my-cases | countryCode, currencyCode |
| Case payment | /cases/initiate, /cases/payment, /cases/receipts | countryCode, countryName, state, city, county, currencyCode |
| Payments/payouts | /payments/initiate, /payments/status, /payments/payout | countryCode, countryName, currencyCode, currencySymbol |
| AI draft | /ai/generate-draft | countryCode, countryName |
📄
Loading advanced API documentation...
AI draft API docs plus a note that P2P calling is wrapped by the Lawneu app/backend flow and not exposed as a direct public endpoint.
| API base | https://app-admin.lawneu.com/api/v1 |
| AI endpoint | /ai/generate-draft |
| P2P calls | Internal app-wrapped flow only |
📄
Loading AI / internal call documentation...
Dedicated documentation for public legal request submit, advocate-scoped list/read, and advocate accept APIs.
| API base | https://app-admin.lawneu.com/api/v1 |
| Endpoint | /legal_requests.php |
| Public action | create |
| Admin actions | list, read, accept |
📄
Loading Legal Request API documentation...