Sign in

Update reader email settings

documented

Returns the email settings

POST /read/email-settings/Readerno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://public-api.wordpress.com/rest/v1.1/read/email-settings/" \
  -X GET \
  -H "Accept: application/json" \
  # Source: WordPress.com REST API docs — GET /read/email-settings/ in rest/v1.1 (POST is not supported for this endpoint)
Update reader email settings · WordPress.com · OpenIntegrations