The default basic root view for DefaultRouter

GET /v1/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "tenant": "https://api.awaaz.de/v1/tenant/",
    "signup": "https://api.awaaz.de/v1/signup/",
    "verify/email": "https://api.awaaz.de/v1/verify/email/",
    "verify/phone": "https://api.awaaz.de/v1/verify/phone/",
    "purchase/meta/plans": "https://api.awaaz.de/v1/purchase/meta/plans/",
    "purchase/meta/features": "https://api.awaaz.de/v1/purchase/meta/features/",
    "purchase/subscription": "https://api.awaaz.de/v1/purchase/subscription/",
    "purchase/features": "https://api.awaaz.de/v1/purchase/features/",
    "purchase/assets": "https://api.awaaz.de/v1/purchase/assets/",
    "purchase/billing": "https://api.awaaz.de/v1/purchase/billing/",
    "cart/orderitems": "https://api.awaaz.de/v1/cart/orderitems/",
    "transactions": "https://api.awaaz.de/v1/transactions/",
    "reports": "https://api.awaaz.de/v1/reports/",
    "notification": "https://api.awaaz.de/v1/notification/",
    "preferences/notification": "https://api.awaaz.de/v1/preferences/notification/"
}