Changeset 3393837
- Timestamp:
- 11/11/2025 05:48:08 PM (5 months ago)
- File:
-
- 1 edited
-
api-for-ninja-forms/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
api-for-ninja-forms/trunk/readme.txt
r3326465 r3393837 28 28 3. Activate the plugin through the 'Plugins' menu in WordPress. 29 29 4. Generate a REST API key by going to Settings > NF API Keys 30 5. Use the endpoints with optional format param to request data in JSON or PDF format. 30 5. Use the endpoints to request data by passing your API key via Authorization: Bearer e.g. https://yourwebsitehere.com/wp-json/nf-submissions/v1/form/2/ 31 6. Exporting PDFs requires adding the optional format param to the url e.g. https://yourwebsitehere.com/wp-json/nf-submissions/v1/form/2/?format=pdf 32 7. See more examples and API documentation on our [official docs page](https://sightfactory.com/plugins/api-for-ninjaforms/). 33 34 == Usage == 31 35 32 36
Note: See TracChangeset
for help on using the changeset viewer.