Not allowed to access contact form 7 via wp rest API
-
Hello Team,
I am currently working on a project using WordPress as a headless CMS with the REST API and React for the front end.
When I try to access Contact Form 7 via
mydomain/wp-json/contact-form-7/v1/contact-forms/{id}, I receive the following error:{
"code": "wpcf7_forbidden",
"message": "You are not allowed to access the requested contact form.",
"data": {
"status": 403
}
}I am already logged in as an admin/user. How can I resolve this issue?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Not allowed to access contact form 7 via wp rest API’ is closed to new replies.