Web Settings
A simple ViewSet for listing or retrieving settings.
GET /api/settings/get_magento_api_endpoints/
{
"status": "success",
"code": 200,
"data": [
{
"key": "magento_cbd_products_category_id",
"value": "18"
},
{
"key": "magento_home_page_category_id",
"value": "61"
},
{
"key": "magento_products_api_url",
"value": "https://www.tokrcbd.com/rest/all/V1/tokr-zaptokr/post/"
}
]
}