Rest API without authentication
-
Hello,
I need to GET the form from an app.
Is there a way I could use REST API without authenticating?
Right now
host/wp-json/contact-form-7/v1/contact-forms/id/
returns
“You are not allowed to access the requested contact form.”and
host/wp-json/contact-form-7/v1/contact-forms/id/feedback
returns
“rest_no_route”Couldn’t find anything in the docs.
Thanks in advance.
The topic ‘Rest API without authentication’ is closed to new replies.