Enable REST-API in .htaccess
To use the Magento REST_AP it is necessary to set the following configurations in .htaccess: change Options +FollowSymLinks to Options +FollowSymLinks -MultiViews insert  RewriteRule ^api api.php?type=rest [QSA,L] directly under #RewriteBase /magento/