I’m sorry if this question is already asked, I couldn’t find the information either here or outside.
Is it possible to use the following endpoint with Wordpress REST:
I understand we can only access via the REST API of wordpress and not the HTTP version.
In my case, I only need the fetch the data. As you shown, in the reference page there is an example with “apiActions=getPageUrls” but in my case I would like to access to “getPageUrl” (the example I provided) but the endpoint seems not be available with REST.
My questions are:
How can I get a report of a single url (if possible).
Can we access all the endpoint available from HTTP API with the REST ?
Hello @mub Sorry for the late response and for the bringer of this news. It’s not possible to get a report of single URL or access the endpoint available from HTTP API with the REST.