开发者 | abhkrs |
---|---|
更新时间 | 2025年9月18日 07:19 |
PHP版本: | 5.5 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
cfdb-form-notifier
folder to the /wp-content/plugins/
directoryYour API key is automatically generated when you activate the plugin. You can find it in CFDB Form Notifier > Settings.
Make a GET request to /wp-json/cfdb-form-notifier/v1/submissions
with your API key in the Authorization: Bearer YOUR_API_KEY
header, or use ?api_key=YOUR_API_KEY
URL parameter in dev mode.
Use the response
parameter to specify a range (e.g., ?response=1,10
for the first 10 submissions).
Yes, all API requests require authentication with your unique API key. In Live mode, the API key must be sent in the header for added security.
Currently, the plugin doesn't have an export feature, but you can use the REST API to retrieve and process the data as needed.