I’d like to connect Gravity Forms of my Wordpress site to my weweb application using REST API and use the data collected in my Gravity Forms forms.
I’ve generated a key but access in a browser to the link type: https://…/wp-json/gf/v2/forms/42/entries can only be accessed if I am connected to the back office of my wordpress site.
I never used Gravity forms before, but I am a long time WordPress user. You need to setup the an application password in the User with Admin role probably.
Also check if this API endpoint is exposed to “external platforms”. You can always use the plugin “WP REST API controller” to check this.
I’ve tried several methods Basic Auth, JWT, Gravity Forms API Keys, and I always get the same message:
code: “rest_forbidden”
message: “Sorry, you don’t have permission to do this.”
In your opinion, is the problem with Weweb or Wordpress?