Sign in

Get reader email settings

documented

Returns the email settings

GET /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/?context={{$context}}&display={{$display}}&http_envelope={{$http_envelope}}&pretty={{$pretty}}&meta={{$meta}}&fields={{$fields}}&callback={{$callback}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json"
Get reader email settings · WordPress.com · OpenIntegrations