Cozmot Custom_Variable_API Extension for Magento 2 to return Custom Variables value in Rest API.
https://magento.test/rest/V2/cozmot/customvariable?storeVariable=banner_1
composer require cozmot/module-customvariableapi
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
composer update cozmot/module-customvariableapi
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Run compile if your store in Production mode:
php bin/magento setup:di:compile
v1.0.0 Initial Commit v1.0.1 Initial Code Commit