You didn’t change your prefix for that plugin’s API.
Instead of
/MC-ACF/wp-json/wp/v2/menus
try
/MC-ACF/wp-json/wp-api-menus/v2/menus
That plugin developer states it right on the page you referenced in your question. If you’re wondering how I solved this.
I’m not sure what your use case is, but there are newer versions of similar plugins as well. That one works fine, but has not been updated in some time.
Related Posts:
- How to retrieve custom meta term of category taxonomy from WP Rest API?
- How to create WordPress custom end point with multiple parameters?
- Escape commas in REST API
- Consume legacy rest api dependent upon WP API plugin
- i need to resive data external api and show user
- WP Rest API: details of latest post including featured media url in one request?
- Building a custom REST API
- run silex or slim with wordpress
- WP JSON REST API (Ryan McCue) how to query posts with specific meta data with ‘AND’ relation?
- To Disable WordPress Rest API or Not To Disable?
- How to create gutenberg block using REST API independently or as headless way?
- Filter out results from REST API
- Can I list all installed plugins/versions and wp version from API
- How do I retrieve a list of popular plugins using the WordPress.org Plugin API?
- Reduce nonce lifespan
- Add Products to user’s ID Woocommerce
- Store post in raw markdown format, no html?
- Multisite functions to communicate with individual site functions
- REST-API: extend media-endpoint
- Accessing plugin functionality within WP REST API
- Permission Check for REST API Endpoint Runs Twice?
- Remove caching from wp_remote_get calls from custom plugin
- Cache WP remote_get HTTP Response using Transients
- How can I capture Memberpress user info after signup [closed]
- Detect permalinks when passing querystring in REST API requests
- Custom REST API endpoint returns rest_no_route when called via wp-json permalink
- wp_get_post_terms is difference obj model than the one in rest api response
- How to modify WCMP Rest API response?
- wp_remote_get() returns 403 while file_get_contents() does not
- Ability to make API calls out of WordPress as well as executing SQL?
- Ajax with plugins returns 0
- Set plugin-values when creating post via REST-API
- AFNetworking incorrectly interpreted WP_Error
- Access WP_REST_Server from within plugin namespace
- How can I list all installed plugins/themes/versions from CLI/API?
- REST route from a plugin not working if WordPress is installed in a subdirectory
- Plugin retrieving results even after uninstallation
- Getting a Page via its post-name using WP REST API v2 and Postman
- WordPress REST API Plugin Development – Add Custom Endpoint
- How to execute plugin and theme updates from a web hook / endpoint?
- How do I make reusable content blocks for header and footer when using WordPress headless with another front-end?
- REST API can’t get the response manually
- How to integrate together a website currently hosted WordPress.com and a custom web application currently hosted on Azure?
- Custom API plugin to execute 3rd party API to retrieve data
- WP Rest API and json_decode()
- WordPress /users/me endpoint request forbidden
- Best way to retrieve data in custom api extended from wp-api
- oAuth2 Authentication in WordPress using WP OAuth Server and WP API plugins
- WP-API Custom Post Type json_no_route
- Seperate plugin and theme files
- WordPress Media Library Folders + Custom Linux Server Hosting
- wc_get_template_part doesnt display the content [duplicate]
- WordPress REST API: Query media files attached to a custom post type
- I’m receiving the following error using the below code: Uncaught Error: Cannot use object of type WP_REST_Response as array
- How to send the featured image of a post to an API?
- How to authenticate via API to allow writes/updates
- Do i need to use a plugin for third party api integration?
- Adding Custom Endpoint in WordPress Rest API
- Getting all woocommerce products from REST API call in plugin
- is it possible to fetch data from a remote api while admin is writing a new post?
- add tags to wordpress post using REST API
- WordPress output data to another website and pull data
- Hide response returned from WordPress REST API call
- How much PHP and MySQL or MariaDB knowledge should I know to start writing WordPress themes and plug-ins and whatever else a beginner can edit?
- How achive serving multiple concurrent Ajax / Rest calls in plugin?
- CRUD from WordPress to Business Central 365 through OData REST API
- WP Rest Api GET method restriction on route, but POST method also works
- Showing how many times is plugin activated or deactivated
- Can’t access 3rd party API, code works on local server but not on wordpress
- Is it possible to custom set query for a WordPress REST API response?
- How can I add a permissions callback to the REST API index pages?
- How to get data from a private API and add it to wordpress pages
- Fetching users data from REST API
- wp rest api (v2) filter not working (404 error – rest_no_route)
- WordPress PHP error getting posts from another wordpress blog
- How to get custom or filtered endpoints in WordPress API?
- Fetching WP.me shortlinks for posts using WP Rest API
- Upload image to wordpress using ionic/cordova with WP REST API V2
- WP Rest API v2.0 user profile update issue
- Sending post data over REST API, how to parse shortcodes in post_content?
- How to do rest APi with wordpress
- WP REST API Access-Control-Allow-Origin response is cached
- Extend WordPress REST API with Scheme Pro Plugin
- how to know that a wordpress plugin support using API?
- wordpress Ajax success doesn’t return the value
- How can I send api calls from my plugin?
- My wp_update_nav_menu action is firing twice
- WordPress REST API Visual Composer Shortcodes
- Social login authentication via wordpress rest api
- Is option_active_plugins actually doing anything useful?
- WordPress REST API filter on blank custom ACF
- WooCommerce REST API aborts connection [closed]
- Is it possible to create post in wordpress using postman?
- how to update WordPress plugins from external website with nodejs?
- Block Root REST API Route using custom &/or iThemes
- Accessing Correct Database to Create REST API Endpoint
- Can The REST API be used to create/edit plugins and themes?
- How prevent STDOUT of Plugin_Upgrader->upgrade(…)?
- Get list of outdated plugins in the rest api?
- Long running tasks in a plugin: wp-cron vs REST API callback [closed]