Magento 2 REST (Representational State Transfer) API: It identifies various functions which can be used to perform requests and receive responses.
In the following blog we are going to learn about how to call CMS Block data via REST API
Magento2 Content Management System (CMS) Blocks also know as static blocks are used to store many dynamic information of the client which needs to be changed by client on regular bases. Same thing needs to be sometimes shared via Rest API.
Wondering how to achieve that? Don't worry we have got the solution for it.
Install our module Binstellar/TopHeaderMenuAPI
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush