The default basic root view for DefaultRouter

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

{
    "users": "https://saleor.staging.rv.reon.is/api/users/",
    "categories": "https://saleor.staging.rv.reon.is/api/categories/",
    "attribute-names": "https://saleor.staging.rv.reon.is/api/attribute-names/",
    "products": "https://saleor.staging.rv.reon.is/api/products/",
    "product-types": "https://saleor.staging.rv.reon.is/api/product-types/",
    "checkouts": "https://saleor.staging.rv.reon.is/api/checkouts/",
    "orders": "https://saleor.staging.rv.reon.is/api/orders/",
    "warehouses": "https://saleor.staging.rv.reon.is/api/warehouses/",
    "companies": "https://saleor.staging.rv.reon.is/api/companies/",
    "company-addresses": "https://saleor.staging.rv.reon.is/api/company-addresses/",
    "company-users": "https://saleor.staging.rv.reon.is/api/company-users/",
    "company-user-requests": "https://saleor.staging.rv.reon.is/api/company-user-requests/",
    "receipts": "https://saleor.staging.rv.reon.is/api/receipts/",
    "payments/valitorPay/tokens": "https://saleor.staging.rv.reon.is/api/payments/valitor_pay/tokens/",
    "payments/valitorPay/cards": "https://saleor.staging.rv.reon.is/api/payments/valitor_pay/cards/",
    "payments/valitorPay/ccCallback": "https://saleor.staging.rv.reon.is/api/payments/valitor_pay/cc_callback/",
    "payments/valitorPay/vccCallback": "https://saleor.staging.rv.reon.is/api/payments/valitor_pay/vcc_callback/",
    "shopping-lists": "https://saleor.staging.rv.reon.is/api/shopping-lists/",
    "shopping-list-items": "https://saleor.staging.rv.reon.is/api/shopping-list-items/"
}