# Notice — REST Endpoints
REST API 1 EndpointsAll endpoints under /wp-json/fluentform/v1/notice/.... Auto-extracted from app/Http/Routes/api.php.
Auth: X-WP-Nonce header. PUT/PATCH/DELETE sent as POST with X-HTTP-Method-Override header.
# POST /wp-json/fluentform/v1/notice
- Controller:
AdminNoticeController@noticeActions - Policy:
— - Source:
app/Http/Routes/api.phpline 175
curl -X POST \
'https://your-site.com/wp-json/fluentform/v1/notice' \
-H 'X-WP-Nonce: <nonce>' \
-H 'Content-Type: application/json'
1
2
3
4
2
3
4