Sign in

Get reader menu

documented

Get default reader menu.

GET /read/menu/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/menu/?context={{$context}}&display={{$display}}&edit={{$edit}}&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 "X-WordPress-Api-Key: {{WORDPRESS_API_KEY}}" \
  -H "Content-Type: application/json"