How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

American Greetings Corporate WordPress REST API

The WordPress REST API served by American Greetings from its corporate site. It advertises a self-describing route index at /wp-json/ carrying 586 routes across 23 namespaces, of which wp/v2 is the public content namespace. Two of its entities are American Greetings' own custom post types — /wp/v2/products, the corporate product-line catalogue, and /wp/v2/brands, the consumer brand portfolio — alongside press releases, corporate pages, a 630-item media library, categories, tags and authors. All GET collections are readable without credentials; every write requires WordPress application-password credentials that the company does not issue publicly. American Greetings publishes no OpenAPI of its own; the description in this repository was derived from the provider's route index and per-resource OPTIONS schemas.

American Greetings Corporate WordPress REST API is one of 2 APIs that American Greetings publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Content API, WordPress REST API, Brands, Products, and Press Releases. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 334 operations across 163 paths, organized into 2 resource areas, and defines 10 schemas. It is described by OpenAPI 3.1.0, at version 2026-09-02.

Requests are made against a single base URL, https://corporate.americangreetings.com/wp-json.

334 operations 163 paths 10 schemas 41 DELETE153 GET30 PATCH80 POST30 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2026-09-02
Base URL
https://corporate.americangreetings.com/wp-json
Authentication
HTTP Basic
Resource Areas
2

Authentication & Security 1

American Greetings Corporate WordPress REST API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (applicationPassword).

  • applicationPassword — WordPress application passwords. Authorization endpoint advertised by the provider at https://corporate.americangreetings.com/wp-admin/authorize-application.php

Paths & Operations 334

Across 163 paths, the API surfaces 334 operations — 41 DELETE, 153 GET, 30 PATCH, 80 POST, 30 PUT. They span 2 resource areas: oembed/1.0, wp/v2. Each is listed below with its method, path, parameters, and response codes.

oembed/1.0 3

oEmbed discovery and proxy endpoints.

GET
/oembed/1.0
GET /oembed/1.0
get_oembed_1_0 2 params → 200400401403404
GET
/oembed/1.0/embed
GET /oembed/1.0/embed
get_oembed_1_0_embed 3 params → 200400401403404
GET
/oembed/1.0/proxy
GET /oembed/1.0/proxy
get_oembed_1_0_proxy 5 params → 200400401403404
wp/v2 331

WordPress core content namespace, including the American Greetings products and brands custom post types.

GET
/wp/v2
GET /wp/v2
get_wp_v2 2 params → 200400401403404
GET
/wp/v2/activity-log-events
GET /wp/v2/activity-log-events
get_wp_v2_activity_log_events 17 params → 200400401403404
POST
/wp/v2/activity-log-events
POST /wp/v2/activity-log-events
post_wp_v2_activity_log_events body → 200400401403404
GET
/wp/v2/activity-log-events/{id}
GET /wp/v2/activity-log-events/{id}
get_wp_v2_activity_log_events_id 3 params → 200400401403404
POST
/wp/v2/activity-log-events/{id}
POST /wp/v2/activity-log-events/{id}
post_wp_v2_activity_log_events_id 1 param body → 200400401403404
PUT
/wp/v2/activity-log-events/{id}
PUT /wp/v2/activity-log-events/{id}
put_wp_v2_activity_log_events_id 1 param body → 200400401403404
PATCH
/wp/v2/activity-log-events/{id}
PATCH /wp/v2/activity-log-events/{id}
patch_wp_v2_activity_log_events_id 1 param body → 200400401403404
DELETE
/wp/v2/activity-log-events/{id}
DELETE /wp/v2/activity-log-events/{id}
delete_wp_v2_activity_log_events_id 2 params → 200400401403404
GET
/wp/v2/activity-log-events/{id}/autosaves
GET /wp/v2/activity-log-events/{id}/autosaves
get_wp_v2_activity_log_events_id_autosaves 3 params → 200400401403404
POST
/wp/v2/activity-log-events/{id}/autosaves
POST /wp/v2/activity-log-events/{id}/autosaves
post_wp_v2_activity_log_events_id_autosaves 1 param body → 200400401403404
GET
/wp/v2/activity-log-events/{parent}/autosaves/{id}
GET /wp/v2/activity-log-events/{parent}/autosaves/{id}
get_wp_v2_activity_log_events_parent_autosaves_id 3 params → 200400401403404
GET
/wp/v2/block-directory/search
GET /wp/v2/block-directory/search
get_wp_v2_block_directory_search 4 params → 200400401403404
GET
/wp/v2/block-patterns/categories
GET /wp/v2/block-patterns/categories
get_wp_v2_block_patterns_categories → 200400401403404
GET
/wp/v2/block-patterns/patterns
GET /wp/v2/block-patterns/patterns
get_wp_v2_block_patterns_patterns → 200400401403404
GET
/wp/v2/block-renderer/{name}
GET /wp/v2/block-renderer/{name}
get_wp_v2_block_renderer_name 4 params → 200400401403404
POST
/wp/v2/block-renderer/{name}
POST /wp/v2/block-renderer/{name}
post_wp_v2_block_renderer_name 1 param body → 200400401403404
GET
/wp/v2/block-types
GET /wp/v2/block-types
get_wp_v2_block_types 2 params → 200400401403404
GET
/wp/v2/block-types/{namespace}
GET /wp/v2/block-types/{namespace}
get_wp_v2_block_types_namespace 2 params → 200400401403404
GET
/wp/v2/block-types/{namespace}/{name}
GET /wp/v2/block-types/{namespace}/{name}
get_wp_v2_block_types_namespace_name 3 params → 200400401403404
GET
/wp/v2/blocks
GET /wp/v2/blocks
get_wp_v2_blocks 20 params → 200400401403404
POST
/wp/v2/blocks
POST /wp/v2/blocks
post_wp_v2_blocks body → 200400401403404
GET
/wp/v2/blocks/{id}
GET /wp/v2/blocks/{id}
get_wp_v2_blocks_id 4 params → 200400401403404
POST
/wp/v2/blocks/{id}
POST /wp/v2/blocks/{id}
post_wp_v2_blocks_id 1 param body → 200400401403404
PUT
/wp/v2/blocks/{id}
PUT /wp/v2/blocks/{id}
put_wp_v2_blocks_id 1 param body → 200400401403404
PATCH
/wp/v2/blocks/{id}
PATCH /wp/v2/blocks/{id}
patch_wp_v2_blocks_id 1 param body → 200400401403404
DELETE
/wp/v2/blocks/{id}
DELETE /wp/v2/blocks/{id}
delete_wp_v2_blocks_id 2 params → 200400401403404
GET
/wp/v2/blocks/{id}/autosaves
GET /wp/v2/blocks/{id}/autosaves
get_wp_v2_blocks_id_autosaves 3 params → 200400401403404
POST
/wp/v2/blocks/{id}/autosaves
POST /wp/v2/blocks/{id}/autosaves
post_wp_v2_blocks_id_autosaves 1 param body → 200400401403404
GET
/wp/v2/blocks/{parent}/autosaves/{id}
GET /wp/v2/blocks/{parent}/autosaves/{id}
get_wp_v2_blocks_parent_autosaves_id 3 params → 200400401403404
GET
/wp/v2/blocks/{parent}/revisions
GET /wp/v2/blocks/{parent}/revisions
get_wp_v2_blocks_parent_revisions 10 params → 200400401403404
GET
/wp/v2/blocks/{parent}/revisions/{id}
GET /wp/v2/blocks/{parent}/revisions/{id}
get_wp_v2_blocks_parent_revisions_id 3 params → 200400401403404
DELETE
/wp/v2/blocks/{parent}/revisions/{id}
DELETE /wp/v2/blocks/{parent}/revisions/{id}
delete_wp_v2_blocks_parent_revisions_id 3 params → 200400401403404
GET
/wp/v2/brands
GET /wp/v2/brands
get_wp_v2_brands 20 params → 200400401403404
POST
/wp/v2/brands
POST /wp/v2/brands
post_wp_v2_brands body → 200400401403404
GET
/wp/v2/brands/{id}
GET /wp/v2/brands/{id}
get_wp_v2_brands_id 4 params → 200400401403404
POST
/wp/v2/brands/{id}
POST /wp/v2/brands/{id}
post_wp_v2_brands_id 1 param body → 200400401403404
PUT
/wp/v2/brands/{id}
PUT /wp/v2/brands/{id}
put_wp_v2_brands_id 1 param body → 200400401403404
PATCH
/wp/v2/brands/{id}
PATCH /wp/v2/brands/{id}
patch_wp_v2_brands_id 1 param body → 200400401403404
DELETE
/wp/v2/brands/{id}
DELETE /wp/v2/brands/{id}
delete_wp_v2_brands_id 2 params → 200400401403404
GET
/wp/v2/brands/{id}/autosaves
GET /wp/v2/brands/{id}/autosaves
get_wp_v2_brands_id_autosaves 3 params → 200400401403404
POST
/wp/v2/brands/{id}/autosaves
POST /wp/v2/brands/{id}/autosaves
post_wp_v2_brands_id_autosaves 1 param body → 200400401403404
GET
/wp/v2/brands/{parent}/autosaves/{id}
GET /wp/v2/brands/{parent}/autosaves/{id}
get_wp_v2_brands_parent_autosaves_id 3 params → 200400401403404
GET
/wp/v2/brands/{parent}/revisions
GET /wp/v2/brands/{parent}/revisions
get_wp_v2_brands_parent_revisions 10 params → 200400401403404
GET
/wp/v2/brands/{parent}/revisions/{id}
GET /wp/v2/brands/{parent}/revisions/{id}
get_wp_v2_brands_parent_revisions_id 3 params → 200400401403404
DELETE
/wp/v2/brands/{parent}/revisions/{id}
DELETE /wp/v2/brands/{parent}/revisions/{id}
delete_wp_v2_brands_parent_revisions_id 3 params → 200400401403404
GET
/wp/v2/categories
GET /wp/v2/categories
get_wp_v2_categories 12 params → 200400401403404
POST
/wp/v2/categories
POST /wp/v2/categories
post_wp_v2_categories body → 200400401403404
GET
/wp/v2/categories/{id}
GET /wp/v2/categories/{id}
get_wp_v2_categories_id 2 params → 200400401403404
POST
/wp/v2/categories/{id}
POST /wp/v2/categories/{id}
post_wp_v2_categories_id 1 param body → 200400401403404
PUT
/wp/v2/categories/{id}
PUT /wp/v2/categories/{id}
put_wp_v2_categories_id 1 param body → 200400401403404
PATCH
/wp/v2/categories/{id}
PATCH /wp/v2/categories/{id}
patch_wp_v2_categories_id 1 param body → 200400401403404
DELETE
/wp/v2/categories/{id}
DELETE /wp/v2/categories/{id}
delete_wp_v2_categories_id 2 params → 200400401403404
GET
/wp/v2/comments
GET /wp/v2/comments
get_wp_v2_comments 20 params → 200400401403404
POST
/wp/v2/comments
POST /wp/v2/comments
post_wp_v2_comments body → 200400401403404
GET
/wp/v2/comments/{id}
GET /wp/v2/comments/{id}
get_wp_v2_comments_id 3 params → 200400401403404
POST
/wp/v2/comments/{id}
POST /wp/v2/comments/{id}
post_wp_v2_comments_id 1 param body → 200400401403404
PUT
/wp/v2/comments/{id}
PUT /wp/v2/comments/{id}
put_wp_v2_comments_id 1 param body → 200400401403404
PATCH
/wp/v2/comments/{id}
PATCH /wp/v2/comments/{id}
patch_wp_v2_comments_id 1 param body → 200400401403404
DELETE
/wp/v2/comments/{id}
DELETE /wp/v2/comments/{id}
delete_wp_v2_comments_id 3 params → 200400401403404
GET
/wp/v2/feedback
GET /wp/v2/feedback
get_wp_v2_feedback 24 params → 200400401403404
POST
/wp/v2/feedback
POST /wp/v2/feedback
post_wp_v2_feedback body → 200400401403404
GET
/wp/v2/feedback/{id}
GET /wp/v2/feedback/{id}
get_wp_v2_feedback_id 2 params → 200400401403404
POST
/wp/v2/feedback/{id}
POST /wp/v2/feedback/{id}
post_wp_v2_feedback_id 1 param body → 200400401403404
PUT
/wp/v2/feedback/{id}
PUT /wp/v2/feedback/{id}
put_wp_v2_feedback_id 1 param body → 200400401403404
PATCH
/wp/v2/feedback/{id}
PATCH /wp/v2/feedback/{id}
patch_wp_v2_feedback_id 1 param body → 200400401403404
DELETE
/wp/v2/feedback/{id}
DELETE /wp/v2/feedback/{id}
delete_wp_v2_feedback_id 2 params → 200400401403404
POST
/wp/v2/feedback/{id}/read
POST /wp/v2/feedback/{id}/read
post_wp_v2_feedback_id_read 1 param body → 200400401403404
POST
/wp/v2/feedback/bulk_actions
POST /wp/v2/feedback/bulkactions
post_wp_v2_feedback_bulk_actions body → 200400401403404
GET
/wp/v2/feedback/config
GET /wp/v2/feedback/config
get_wp_v2_feedback_config → 200400401403404
GET
/wp/v2/feedback/counts
GET /wp/v2/feedback/counts
get_wp_v2_feedback_counts 7 params → 200400401403404
POST
/wp/v2/feedback/dismiss-classic-forms-notice
POST /wp/v2/feedback/dismiss-classic-forms-notice
post_wp_v2_feedback_dismiss_classic_forms_notice → 200400401403404
GET
/wp/v2/feedback/filters
GET /wp/v2/feedback/filters
get_wp_v2_feedback_filters → 200400401403404
GET
/wp/v2/feedback/integrations
GET /wp/v2/feedback/integrations
get_wp_v2_feedback_integrations 1 param → 200400401403404
GET
/wp/v2/feedback/integrations-metadata
GET /wp/v2/feedback/integrations-metadata
get_wp_v2_feedback_integrations_metadata → 200400401403404
GET
/wp/v2/feedback/integrations/{slug}
GET /wp/v2/feedback/integrations/{slug}
get_wp_v2_feedback_integrations_slug 1 param → 200400401403404
DELETE
/wp/v2/feedback/integrations/{slug}
DELETE /wp/v2/feedback/integrations/{slug}
delete_wp_v2_feedback_integrations_slug 1 param → 200400401403404
DELETE
/wp/v2/feedback/trash
DELETE /wp/v2/feedback/trash
delete_wp_v2_feedback_trash 1 param → 200400401403404
GET
/wp/v2/font-collections
GET /wp/v2/font-collections
get_wp_v2_font_collections 3 params → 200400401403404
GET
/wp/v2/font-collections/{slug}
GET /wp/v2/font-collections/{slug}
get_wp_v2_font_collections_slug 2 params → 200400401403404
GET
/wp/v2/font-families
GET /wp/v2/font-families
get_wp_v2_font_families 10 params → 200400401403404
POST
/wp/v2/font-families
POST /wp/v2/font-families
post_wp_v2_font_families body → 200400401403404
GET
/wp/v2/font-families/{font_family_id}/font-faces
GET /wp/v2/font-families/{fontfamilyid}/font-faces
get_wp_v2_font_families_font_family_id_font_faces 10 params → 200400401403404
POST
/wp/v2/font-families/{font_family_id}/font-faces
POST /wp/v2/font-families/{fontfamilyid}/font-faces
post_wp_v2_font_families_font_family_id_font_faces 1 param body → 200400401403404
GET
/wp/v2/font-families/{font_family_id}/font-faces/{id}
GET /wp/v2/font-families/{fontfamilyid}/font-faces/{id}
get_wp_v2_font_families_font_family_id_font_faces_id 3 params → 200400401403404
DELETE
/wp/v2/font-families/{font_family_id}/font-faces/{id}
DELETE /wp/v2/font-families/{fontfamilyid}/font-faces/{id}
delete_wp_v2_font_families_font_family_id_font_faces_id 3 params → 200400401403404
GET
/wp/v2/font-families/{id}
GET /wp/v2/font-families/{id}
get_wp_v2_font_families_id 2 params → 200400401403404
POST
/wp/v2/font-families/{id}
POST /wp/v2/font-families/{id}
post_wp_v2_font_families_id 1 param body → 200400401403404
PUT
/wp/v2/font-families/{id}
PUT /wp/v2/font-families/{id}
put_wp_v2_font_families_id 1 param body → 200400401403404
PATCH
/wp/v2/font-families/{id}
PATCH /wp/v2/font-families/{id}
patch_wp_v2_font_families_id 1 param body → 200400401403404
DELETE
/wp/v2/font-families/{id}
DELETE /wp/v2/font-families/{id}
delete_wp_v2_font_families_id 2 params → 200400401403404
GET
/wp/v2/global-styles/{id}
GET /wp/v2/global-styles/{id}
get_wp_v2_global_styles_id 1 param → 200400401403404
POST
/wp/v2/global-styles/{id}
POST /wp/v2/global-styles/{id}
post_wp_v2_global_styles_id 1 param body → 200400401403404
PUT
/wp/v2/global-styles/{id}
PUT /wp/v2/global-styles/{id}
put_wp_v2_global_styles_id 1 param body → 200400401403404
PATCH
/wp/v2/global-styles/{id}
PATCH /wp/v2/global-styles/{id}
patch_wp_v2_global_styles_id 1 param body → 200400401403404
GET
/wp/v2/global-styles/{parent}/revisions
GET /wp/v2/global-styles/{parent}/revisions
get_wp_v2_global_styles_parent_revisions 5 params → 200400401403404
GET
/wp/v2/global-styles/{parent}/revisions/{id}
GET /wp/v2/global-styles/{parent}/revisions/{id}
get_wp_v2_global_styles_parent_revisions_id 3 params → 200400401403404
GET
/wp/v2/global-styles/themes/{stylesheet}\[\]\@_\-]+)/variations
GET /wp/v2/global-styles/themes/{stylesheet}\[\]\@\-]+)/variations
get_wp_v2_global_styles_themes_stylesheet_variations 1 param → 200400401403404
GET
/wp/v2/global-styles/themes/{stylesheet}?)
GET /wp/v2/global-styles/themes/{stylesheet}?)
get_wp_v2_global_styles_themes_stylesheet 1 param → 200400401403404
GET
/wp/v2/icon-collections
GET /wp/v2/icon-collections
get_wp_v2_icon_collections 4 params → 200400401403404
GET
/wp/v2/icon-collections/{slug}?)
GET /wp/v2/icon-collections/{slug}?)
get_wp_v2_icon_collections_slug 2 params → 200400401403404
GET
/wp/v2/icons
GET /wp/v2/icons
get_wp_v2_icons 5 params → 200400401403404
GET
/wp/v2/icons/{collection}?)
GET /wp/v2/icons/{collection}?)
get_wp_v2_icons_collection 5 params → 200400401403404
GET
/wp/v2/icons/{name}?/[a-z0-9](?:[a-z0-9_-]*[a-z0-9])?)
GET /wp/v2/icons/{name}?/[a-z0-9](?:[a-z0-9-][a-z0-9])?)
get_wp_v2_icons_name_a_z0_9_a_z0_9_a_z0_9 2 params → 200400401403404
GET
/wp/v2/jetpack-forms
GET /wp/v2/jetpack-forms
get_wp_v2_jetpack_forms 21 params → 200400401403404
POST
/wp/v2/jetpack-forms
POST /wp/v2/jetpack-forms
post_wp_v2_jetpack_forms body → 200400401403404
GET
/wp/v2/jetpack-forms/{id}
GET /wp/v2/jetpack-forms/{id}
get_wp_v2_jetpack_forms_id 3 params → 200400401403404
POST
/wp/v2/jetpack-forms/{id}
POST /wp/v2/jetpack-forms/{id}
post_wp_v2_jetpack_forms_id 1 param body → 200400401403404
PUT
/wp/v2/jetpack-forms/{id}
PUT /wp/v2/jetpack-forms/{id}
put_wp_v2_jetpack_forms_id 1 param body → 200400401403404
PATCH
/wp/v2/jetpack-forms/{id}
PATCH /wp/v2/jetpack-forms/{id}
patch_wp_v2_jetpack_forms_id 1 param body → 200400401403404
DELETE
/wp/v2/jetpack-forms/{id}
DELETE /wp/v2/jetpack-forms/{id}
delete_wp_v2_jetpack_forms_id 2 params → 200400401403404
GET
/wp/v2/jetpack-forms/{id}/autosaves
GET /wp/v2/jetpack-forms/{id}/autosaves
get_wp_v2_jetpack_forms_id_autosaves 3 params → 200400401403404
POST
/wp/v2/jetpack-forms/{id}/autosaves
POST /wp/v2/jetpack-forms/{id}/autosaves
post_wp_v2_jetpack_forms_id_autosaves 1 param body → 200400401403404
GET
/wp/v2/jetpack-forms/{id}/preview-url
GET /wp/v2/jetpack-forms/{id}/preview-url
get_wp_v2_jetpack_forms_id_preview_url 1 param → 200400401403404
GET
/wp/v2/jetpack-forms/{parent}/autosaves/{id}
GET /wp/v2/jetpack-forms/{parent}/autosaves/{id}
get_wp_v2_jetpack_forms_parent_autosaves_id 3 params → 200400401403404
GET
/wp/v2/jetpack-forms/{parent}/revisions
GET /wp/v2/jetpack-forms/{parent}/revisions
get_wp_v2_jetpack_forms_parent_revisions 10 params → 200400401403404
GET
/wp/v2/jetpack-forms/{parent}/revisions/{id}
GET /wp/v2/jetpack-forms/{parent}/revisions/{id}
get_wp_v2_jetpack_forms_parent_revisions_id 3 params → 200400401403404
DELETE
/wp/v2/jetpack-forms/{parent}/revisions/{id}
DELETE /wp/v2/jetpack-forms/{parent}/revisions/{id}
delete_wp_v2_jetpack_forms_parent_revisions_id 3 params → 200400401403404
GET
/wp/v2/jetpack-forms/status-counts
GET /wp/v2/jetpack-forms/status-counts
get_wp_v2_jetpack_forms_status_counts → 200400401403404
GET
/wp/v2/jetpack-search-overlay
GET /wp/v2/jetpack-search-overlay
get_wp_v2_jetpack_search_overlay 17 params → 200400401403404
POST
/wp/v2/jetpack-search-overlay
POST /wp/v2/jetpack-search-overlay
post_wp_v2_jetpack_search_overlay body → 200400401403404
GET
/wp/v2/jetpack-search-overlay/{id}
GET /wp/v2/jetpack-search-overlay/{id}
get_wp_v2_jetpack_search_overlay_id 3 params → 200400401403404
POST
/wp/v2/jetpack-search-overlay/{id}
POST /wp/v2/jetpack-search-overlay/{id}
post_wp_v2_jetpack_search_overlay_id 1 param body → 200400401403404
PUT
/wp/v2/jetpack-search-overlay/{id}
PUT /wp/v2/jetpack-search-overlay/{id}
put_wp_v2_jetpack_search_overlay_id 1 param body → 200400401403404
PATCH
/wp/v2/jetpack-search-overlay/{id}
PATCH /wp/v2/jetpack-search-overlay/{id}
patch_wp_v2_jetpack_search_overlay_id 1 param body → 200400401403404
DELETE
/wp/v2/jetpack-search-overlay/{id}
DELETE /wp/v2/jetpack-search-overlay/{id}
delete_wp_v2_jetpack_search_overlay_id 2 params → 200400401403404
GET
/wp/v2/jetpack-search-overlay/{id}/autosaves
GET /wp/v2/jetpack-search-overlay/{id}/autosaves
get_wp_v2_jetpack_search_overlay_id_autosaves 3 params → 200400401403404
POST
/wp/v2/jetpack-search-overlay/{id}/autosaves
POST /wp/v2/jetpack-search-overlay/{id}/autosaves
post_wp_v2_jetpack_search_overlay_id_autosaves 1 param body → 200400401403404
GET
/wp/v2/jetpack-search-overlay/{parent}/autosaves/{id}
GET /wp/v2/jetpack-search-overlay/{parent}/autosaves/{id}
get_wp_v2_jetpack_search_overlay_parent_autosaves_id 3 params → 200400401403404
GET
/wp/v2/jetpack-search-overlay/{parent}/revisions
GET /wp/v2/jetpack-search-overlay/{parent}/revisions
get_wp_v2_jetpack_search_overlay_parent_revisions 10 params → 200400401403404
GET
/wp/v2/jetpack-search-overlay/{parent}/revisions/{id}
GET /wp/v2/jetpack-search-overlay/{parent}/revisions/{id}
get_wp_v2_jetpack_search_overlay_parent_revisions_id 3 params → 200400401403404
DELETE
/wp/v2/jetpack-search-overlay/{parent}/revisions/{id}
DELETE /wp/v2/jetpack-search-overlay/{parent}/revisions/{id}
delete_wp_v2_jetpack_search_overlay_parent_revisions_id 3 params → 200400401403404
GET
/wp/v2/jp_pay_order
GET /wp/v2/jppayorder
get_wp_v2_jp_pay_order 17 params → 200400401403404
POST
/wp/v2/jp_pay_order
POST /wp/v2/jppayorder
post_wp_v2_jp_pay_order body → 200400401403404
GET
/wp/v2/jp_pay_order/{id}
GET /wp/v2/jppayorder/{id}
get_wp_v2_jp_pay_order_id 4 params → 200400401403404
POST
/wp/v2/jp_pay_order/{id}
POST /wp/v2/jppayorder/{id}
post_wp_v2_jp_pay_order_id 1 param body → 200400401403404
PUT
/wp/v2/jp_pay_order/{id}
PUT /wp/v2/jppayorder/{id}
put_wp_v2_jp_pay_order_id 1 param body → 200400401403404
PATCH
/wp/v2/jp_pay_order/{id}
PATCH /wp/v2/jppayorder/{id}
patch_wp_v2_jp_pay_order_id 1 param body → 200400401403404
DELETE
/wp/v2/jp_pay_order/{id}
DELETE /wp/v2/jppayorder/{id}
delete_wp_v2_jp_pay_order_id 2 params → 200400401403404
GET
/wp/v2/jp_pay_product
GET /wp/v2/jppayproduct
get_wp_v2_jp_pay_product 19 params → 200400401403404
POST
/wp/v2/jp_pay_product
POST /wp/v2/jppayproduct
post_wp_v2_jp_pay_product body → 200400401403404
GET
/wp/v2/jp_pay_product/{id}
GET /wp/v2/jppayproduct/{id}
get_wp_v2_jp_pay_product_id 3 params → 200400401403404
POST
/wp/v2/jp_pay_product/{id}
POST /wp/v2/jppayproduct/{id}
post_wp_v2_jp_pay_product_id 1 param body → 200400401403404
PUT
/wp/v2/jp_pay_product/{id}
PUT /wp/v2/jppayproduct/{id}
put_wp_v2_jp_pay_product_id 1 param body → 200400401403404
PATCH
/wp/v2/jp_pay_product/{id}
PATCH /wp/v2/jppayproduct/{id}
patch_wp_v2_jp_pay_product_id 1 param body → 200400401403404
DELETE
/wp/v2/jp_pay_product/{id}
DELETE /wp/v2/jppayproduct/{id}
delete_wp_v2_jp_pay_product_id 2 params → 200400401403404
GET
/wp/v2/jp_pay_product/{id}/autosaves
GET /wp/v2/jppayproduct/{id}/autosaves
get_wp_v2_jp_pay_product_id_autosaves 3 params → 200400401403404
POST
/wp/v2/jp_pay_product/{id}/autosaves
POST /wp/v2/jppayproduct/{id}/autosaves
post_wp_v2_jp_pay_product_id_autosaves 1 param body → 200400401403404
GET
/wp/v2/jp_pay_product/{parent}/autosaves/{id}
GET /wp/v2/jppayproduct/{parent}/autosaves/{id}
get_wp_v2_jp_pay_product_parent_autosaves_id 3 params → 200400401403404
GET
/wp/v2/media
GET /wp/v2/media
get_wp_v2_media 23 params → 200400401403404
POST
/wp/v2/media
POST /wp/v2/media
post_wp_v2_media body → 200400401403404
GET
/wp/v2/media/{id}
GET /wp/v2/media/{id}
get_wp_v2_media_id 2 params → 200400401403404
POST
/wp/v2/media/{id}
POST /wp/v2/media/{id}
post_wp_v2_media_id 1 param body → 200400401403404
PUT
/wp/v2/media/{id}
PUT /wp/v2/media/{id}
put_wp_v2_media_id 1 param body → 200400401403404
PATCH
/wp/v2/media/{id}
PATCH /wp/v2/media/{id}
patch_wp_v2_media_id 1 param body → 200400401403404
DELETE
/wp/v2/media/{id}
DELETE /wp/v2/media/{id}
delete_wp_v2_media_id 2 params → 200400401403404
POST
/wp/v2/media/{id}/edit
POST /wp/v2/media/{id}/edit
post_wp_v2_media_id_edit 1 param body → 200400401403404
POST
/wp/v2/media/{id}/finalize
POST /wp/v2/media/{id}/finalize
post_wp_v2_media_id_finalize 1 param body → 200400401403404
POST
/wp/v2/media/{id}/post-process
POST /wp/v2/media/{id}/post-process
post_wp_v2_media_id_post_process 1 param body → 200400401403404
POST
/wp/v2/media/{id}/sideload
POST /wp/v2/media/{id}/sideload
post_wp_v2_media_id_sideload 1 param body → 200400401403404
GET
/wp/v2/menu-items
GET /wp/v2/menu-items
get_wp_v2_menu_items 21 params → 200400401403404
POST
/wp/v2/menu-items
POST /wp/v2/menu-items
post_wp_v2_menu_items body → 200400401403404
GET
/wp/v2/menu-items/{id}
GET /wp/v2/menu-items/{id}
get_wp_v2_menu_items_id 2 params → 200400401403404
POST
/wp/v2/menu-items/{id}
POST /wp/v2/menu-items/{id}
post_wp_v2_menu_items_id 1 param body → 200400401403404
PUT
/wp/v2/menu-items/{id}
PUT /wp/v2/menu-items/{id}
put_wp_v2_menu_items_id 1 param body → 200400401403404
PATCH
/wp/v2/menu-items/{id}
PATCH /wp/v2/menu-items/{id}
patch_wp_v2_menu_items_id 1 param body → 200400401403404
DELETE
/wp/v2/menu-items/{id}
DELETE /wp/v2/menu-items/{id}
delete_wp_v2_menu_items_id 2 params → 200400401403404
GET
/wp/v2/menu-items/{id}/autosaves
GET /wp/v2/menu-items/{id}/autosaves
get_wp_v2_menu_items_id_autosaves 3 params → 200400401403404
POST
/wp/v2/menu-items/{id}/autosaves
POST /wp/v2/menu-items/{id}/autosaves
post_wp_v2_menu_items_id_autosaves 1 param body → 200400401403404
GET
/wp/v2/menu-items/{parent}/autosaves/{id}
GET /wp/v2/menu-items/{parent}/autosaves/{id}
get_wp_v2_menu_items_parent_autosaves_id 3 params → 200400401403404
GET
/wp/v2/menu-locations
GET /wp/v2/menu-locations
get_wp_v2_menu_locations 1 param → 200400401403404
GET
/wp/v2/menu-locations/{location}
GET /wp/v2/menu-locations/{location}
get_wp_v2_menu_locations_location 2 params → 200400401403404
GET
/wp/v2/menus
GET /wp/v2/menus
get_wp_v2_menus 12 params → 200400401403404
POST
/wp/v2/menus
POST /wp/v2/menus
post_wp_v2_menus body → 200400401403404
GET
/wp/v2/menus/{id}
GET /wp/v2/menus/{id}
get_wp_v2_menus_id 2 params → 200400401403404
POST
/wp/v2/menus/{id}
POST /wp/v2/menus/{id}
post_wp_v2_menus_id 1 param body → 200400401403404
PUT
/wp/v2/menus/{id}
PUT /wp/v2/menus/{id}
put_wp_v2_menus_id 1 param body → 200400401403404
PATCH
/wp/v2/menus/{id}
PATCH /wp/v2/menus/{id}
patch_wp_v2_menus_id 1 param body → 200400401403404
DELETE
/wp/v2/menus/{id}
DELETE /wp/v2/menus/{id}
delete_wp_v2_menus_id 2 params → 200400401403404
GET
/wp/v2/navigation
GET /wp/v2/navigation
get_wp_v2_navigation 17 params → 200400401403404
POST
/wp/v2/navigation
POST /wp/v2/navigation
post_wp_v2_navigation body → 200400401403404
GET
/wp/v2/navigation/{id}
GET /wp/v2/navigation/{id}
get_wp_v2_navigation_id 3 params → 200400401403404
POST
/wp/v2/navigation/{id}
POST /wp/v2/navigation/{id}
post_wp_v2_navigation_id 1 param body → 200400401403404
PUT
/wp/v2/navigation/{id}
PUT /wp/v2/navigation/{id}
put_wp_v2_navigation_id 1 param body → 200400401403404
PATCH
/wp/v2/navigation/{id}
PATCH /wp/v2/navigation/{id}
patch_wp_v2_navigation_id 1 param body → 200400401403404
DELETE
/wp/v2/navigation/{id}
DELETE /wp/v2/navigation/{id}
delete_wp_v2_navigation_id 2 params → 200400401403404
GET
/wp/v2/navigation/{id}/autosaves
GET /wp/v2/navigation/{id}/autosaves
get_wp_v2_navigation_id_autosaves 3 params → 200400401403404
POST
/wp/v2/navigation/{id}/autosaves
POST /wp/v2/navigation/{id}/autosaves
post_wp_v2_navigation_id_autosaves 1 param body → 200400401403404
GET
/wp/v2/navigation/{parent}/autosaves/{id}
GET /wp/v2/navigation/{parent}/autosaves/{id}
get_wp_v2_navigation_parent_autosaves_id 3 params → 200400401403404
GET
/wp/v2/navigation/{parent}/revisions
GET /wp/v2/navigation/{parent}/revisions
get_wp_v2_navigation_parent_revisions 10 params → 200400401403404
GET
/wp/v2/navigation/{parent}/revisions/{id}
GET /wp/v2/navigation/{parent}/revisions/{id}
get_wp_v2_navigation_parent_revisions_id 3 params → 200400401403404
DELETE
/wp/v2/navigation/{parent}/revisions/{id}
DELETE /wp/v2/navigation/{parent}/revisions/{id}
delete_wp_v2_navigation_parent_revisions_id 3 params → 200400401403404
GET
/wp/v2/pages
GET /wp/v2/pages
get_wp_v2_pages 22 params → 200400401403404
POST
/wp/v2/pages
POST /wp/v2/pages
post_wp_v2_pages body → 200400401403404
GET
/wp/v2/pages/{id}
GET /wp/v2/pages/{id}
get_wp_v2_pages_id 4 params → 200400401403404
POST
/wp/v2/pages/{id}
POST /wp/v2/pages/{id}
post_wp_v2_pages_id 1 param body → 200400401403404
PUT
/wp/v2/pages/{id}
PUT /wp/v2/pages/{id}
put_wp_v2_pages_id 1 param body → 200400401403404
PATCH
/wp/v2/pages/{id}
PATCH /wp/v2/pages/{id}
patch_wp_v2_pages_id 1 param body → 200400401403404
DELETE
/wp/v2/pages/{id}
DELETE /wp/v2/pages/{id}
delete_wp_v2_pages_id 2 params → 200400401403404
GET
/wp/v2/pages/{id}/autosaves
GET /wp/v2/pages/{id}/autosaves
get_wp_v2_pages_id_autosaves 3 params → 200400401403404
POST
/wp/v2/pages/{id}/autosaves
POST /wp/v2/pages/{id}/autosaves
post_wp_v2_pages_id_autosaves 1 param body → 200400401403404
GET
/wp/v2/pages/{parent}/autosaves/{id}
GET /wp/v2/pages/{parent}/autosaves/{id}
get_wp_v2_pages_parent_autosaves_id 3 params → 200400401403404
GET
/wp/v2/pages/{parent}/revisions
GET /wp/v2/pages/{parent}/revisions
get_wp_v2_pages_parent_revisions 10 params → 200400401403404
GET
/wp/v2/pages/{parent}/revisions/{id}
GET /wp/v2/pages/{parent}/revisions/{id}
get_wp_v2_pages_parent_revisions_id 3 params → 200400401403404
DELETE
/wp/v2/pages/{parent}/revisions/{id}
DELETE /wp/v2/pages/{parent}/revisions/{id}
delete_wp_v2_pages_parent_revisions_id 3 params → 200400401403404
GET
/wp/v2/pattern-directory/patterns
GET /wp/v2/pattern-directory/patterns
get_wp_v2_pattern_directory_patterns 10 params → 200400401403404
GET
/wp/v2/plugins
GET /wp/v2/plugins
get_wp_v2_plugins 3 params → 200400401403404
POST
/wp/v2/plugins
POST /wp/v2/plugins
post_wp_v2_plugins body → 200400401403404
GET
/wp/v2/plugins/{plugin}?)
GET /wp/v2/plugins/{plugin}?)
get_wp_v2_plugins_plugin 2 params → 200400401403404
POST
/wp/v2/plugins/{plugin}?)
POST /wp/v2/plugins/{plugin}?)
post_wp_v2_plugins_plugin 1 param body → 200400401403404
PUT
/wp/v2/plugins/{plugin}?)
PUT /wp/v2/plugins/{plugin}?)
put_wp_v2_plugins_plugin 1 param body → 200400401403404
PATCH
/wp/v2/plugins/{plugin}?)
PATCH /wp/v2/plugins/{plugin}?)
patch_wp_v2_plugins_plugin 1 param body → 200400401403404
DELETE
/wp/v2/plugins/{plugin}?)
DELETE /wp/v2/plugins/{plugin}?)
delete_wp_v2_plugins_plugin 2 params → 200400401403404
GET
/wp/v2/posts
GET /wp/v2/posts
get_wp_v2_posts 27 params → 200400401403404
POST
/wp/v2/posts
POST /wp/v2/posts
post_wp_v2_posts body → 200400401403404
GET
/wp/v2/posts/{id}
GET /wp/v2/posts/{id}
get_wp_v2_posts_id 4 params → 200400401403404
POST
/wp/v2/posts/{id}
POST /wp/v2/posts/{id}
post_wp_v2_posts_id 1 param body → 200400401403404
PUT
/wp/v2/posts/{id}
PUT /wp/v2/posts/{id}
put_wp_v2_posts_id 1 param body → 200400401403404
PATCH
/wp/v2/posts/{id}
PATCH /wp/v2/posts/{id}
patch_wp_v2_posts_id 1 param body → 200400401403404
DELETE
/wp/v2/posts/{id}
DELETE /wp/v2/posts/{id}
delete_wp_v2_posts_id 2 params → 200400401403404
GET
/wp/v2/posts/{id}/autosaves
GET /wp/v2/posts/{id}/autosaves
get_wp_v2_posts_id_autosaves 3 params → 200400401403404
POST
/wp/v2/posts/{id}/autosaves
POST /wp/v2/posts/{id}/autosaves
post_wp_v2_posts_id_autosaves 1 param body → 200400401403404
GET
/wp/v2/posts/{parent}/autosaves/{id}
GET /wp/v2/posts/{parent}/autosaves/{id}
get_wp_v2_posts_parent_autosaves_id 3 params → 200400401403404
GET
/wp/v2/posts/{parent}/revisions
GET /wp/v2/posts/{parent}/revisions
get_wp_v2_posts_parent_revisions 10 params → 200400401403404
GET
/wp/v2/posts/{parent}/revisions/{id}
GET /wp/v2/posts/{parent}/revisions/{id}
get_wp_v2_posts_parent_revisions_id 3 params → 200400401403404
DELETE
/wp/v2/posts/{parent}/revisions/{id}
DELETE /wp/v2/posts/{parent}/revisions/{id}
delete_wp_v2_posts_parent_revisions_id 3 params → 200400401403404
GET
/wp/v2/products
GET /wp/v2/products
get_wp_v2_products 20 params → 200400401403404
POST
/wp/v2/products
POST /wp/v2/products
post_wp_v2_products body → 200400401403404
GET
/wp/v2/products/{id}
GET /wp/v2/products/{id}
get_wp_v2_products_id 4 params → 200400401403404
POST
/wp/v2/products/{id}
POST /wp/v2/products/{id}
post_wp_v2_products_id 1 param body → 200400401403404
PUT
/wp/v2/products/{id}
PUT /wp/v2/products/{id}
put_wp_v2_products_id 1 param body → 200400401403404
PATCH
/wp/v2/products/{id}
PATCH /wp/v2/products/{id}
patch_wp_v2_products_id 1 param body → 200400401403404
DELETE
/wp/v2/products/{id}
DELETE /wp/v2/products/{id}
delete_wp_v2_products_id 2 params → 200400401403404
GET
/wp/v2/products/{id}/autosaves
GET /wp/v2/products/{id}/autosaves
get_wp_v2_products_id_autosaves 3 params → 200400401403404
POST
/wp/v2/products/{id}/autosaves
POST /wp/v2/products/{id}/autosaves
post_wp_v2_products_id_autosaves 1 param body → 200400401403404
GET
/wp/v2/products/{parent}/autosaves/{id}
GET /wp/v2/products/{parent}/autosaves/{id}
get_wp_v2_products_parent_autosaves_id 3 params → 200400401403404
GET
/wp/v2/products/{parent}/revisions
GET /wp/v2/products/{parent}/revisions
get_wp_v2_products_parent_revisions 10 params → 200400401403404
GET
/wp/v2/products/{parent}/revisions/{id}
GET /wp/v2/products/{parent}/revisions/{id}
get_wp_v2_products_parent_revisions_id 3 params → 200400401403404
DELETE
/wp/v2/products/{parent}/revisions/{id}
DELETE /wp/v2/products/{parent}/revisions/{id}
delete_wp_v2_products_parent_revisions_id 3 params → 200400401403404
GET
/wp/v2/search
GET /wp/v2/search
get_wp_v2_search 8 params → 200400401403404
GET
/wp/v2/settings
GET /wp/v2/settings
get_wp_v2_settings → 200400401403404
POST
/wp/v2/settings
POST /wp/v2/settings
post_wp_v2_settings body → 200400401403404
PUT
/wp/v2/settings
PUT /wp/v2/settings
put_wp_v2_settings body → 200400401403404
PATCH
/wp/v2/settings
PATCH /wp/v2/settings
patch_wp_v2_settings body → 200400401403404
GET
/wp/v2/sidebars
GET /wp/v2/sidebars
get_wp_v2_sidebars 1 param → 200400401403404
GET
/wp/v2/sidebars/{id}
GET /wp/v2/sidebars/{id}
get_wp_v2_sidebars_id 2 params → 200400401403404
POST
/wp/v2/sidebars/{id}
POST /wp/v2/sidebars/{id}
post_wp_v2_sidebars_id 1 param body → 200400401403404
PUT
/wp/v2/sidebars/{id}
PUT /wp/v2/sidebars/{id}
put_wp_v2_sidebars_id 1 param body → 200400401403404
PATCH
/wp/v2/sidebars/{id}
PATCH /wp/v2/sidebars/{id}
patch_wp_v2_sidebars_id 1 param body → 200400401403404
GET
/wp/v2/statuses
GET /wp/v2/statuses
get_wp_v2_statuses 1 param → 200400401403404
GET
/wp/v2/statuses/{status}
GET /wp/v2/statuses/{status}
get_wp_v2_statuses_status 2 params → 200400401403404
GET
/wp/v2/tags
GET /wp/v2/tags
get_wp_v2_tags 12 params → 200400401403404
POST
/wp/v2/tags
POST /wp/v2/tags
post_wp_v2_tags body → 200400401403404
GET
/wp/v2/tags/{id}
GET /wp/v2/tags/{id}
get_wp_v2_tags_id 2 params → 200400401403404
POST
/wp/v2/tags/{id}
POST /wp/v2/tags/{id}
post_wp_v2_tags_id 1 param body → 200400401403404
PUT
/wp/v2/tags/{id}
PUT /wp/v2/tags/{id}
put_wp_v2_tags_id 1 param body → 200400401403404
PATCH
/wp/v2/tags/{id}
PATCH /wp/v2/tags/{id}
patch_wp_v2_tags_id 1 param body → 200400401403404
DELETE
/wp/v2/tags/{id}
DELETE /wp/v2/tags/{id}
delete_wp_v2_tags_id 2 params → 200400401403404
GET
/wp/v2/taxonomies
GET /wp/v2/taxonomies
get_wp_v2_taxonomies 2 params → 200400401403404
GET
/wp/v2/taxonomies/{taxonomy}
GET /wp/v2/taxonomies/{taxonomy}
get_wp_v2_taxonomies_taxonomy 2 params → 200400401403404
GET
/wp/v2/template-parts
GET /wp/v2/template-parts
get_wp_v2_template_parts 4 params → 200400401403404
POST
/wp/v2/template-parts
POST /wp/v2/template-parts
post_wp_v2_template_parts body → 200400401403404
GET
/wp/v2/template-parts/{id}?)[\/\w%-]+)
GET /wp/v2/template-parts/{id}?)[\/\w%-]+)
get_wp_v2_template_parts_id_w 2 params → 200400401403404
POST
/wp/v2/template-parts/{id}?)[\/\w%-]+)
POST /wp/v2/template-parts/{id}?)[\/\w%-]+)
post_wp_v2_template_parts_id_w 1 param body → 200400401403404
PUT
/wp/v2/template-parts/{id}?)[\/\w%-]+)
PUT /wp/v2/template-parts/{id}?)[\/\w%-]+)
put_wp_v2_template_parts_id_w 1 param body → 200400401403404
PATCH
/wp/v2/template-parts/{id}?)[\/\w%-]+)
PATCH /wp/v2/template-parts/{id}?)[\/\w%-]+)
patch_wp_v2_template_parts_id_w 1 param body → 200400401403404
DELETE
/wp/v2/template-parts/{id}?)[\/\w%-]+)
DELETE /wp/v2/template-parts/{id}?)[\/\w%-]+)
delete_wp_v2_template_parts_id_w 2 params → 200400401403404
GET
/wp/v2/template-parts/{id}?)[\/\w%-]+)/autosaves
GET /wp/v2/template-parts/{id}?)[\/\w%-]+)/autosaves
get_wp_v2_template_parts_id_w_autosaves 2 params → 200400401403404
POST
/wp/v2/template-parts/{id}?)[\/\w%-]+)/autosaves
POST /wp/v2/template-parts/{id}?)[\/\w%-]+)/autosaves
post_wp_v2_template_parts_id_w_autosaves 1 param body → 200400401403404
GET
/wp/v2/template-parts/{parent}?)[\/\w%-]+)/autosaves/{id}
GET /wp/v2/template-parts/{parent}?)[\/\w%-]+)/autosaves/{id}
get_wp_v2_template_parts_parent_w_autosaves_id 3 params → 200400401403404
GET
/wp/v2/template-parts/{parent}?)[\/\w%-]+)/revisions
GET /wp/v2/template-parts/{parent}?)[\/\w%-]+)/revisions
get_wp_v2_template_parts_parent_w_revisions 10 params → 200400401403404
GET
/wp/v2/template-parts/{parent}?)[\/\w%-]+)/revisions/{id}
GET /wp/v2/template-parts/{parent}?)[\/\w%-]+)/revisions/{id}
get_wp_v2_template_parts_parent_w_revisions_id 3 params → 200400401403404
DELETE
/wp/v2/template-parts/{parent}?)[\/\w%-]+)/revisions/{id}
DELETE /wp/v2/template-parts/{parent}?)[\/\w%-]+)/revisions/{id}
delete_wp_v2_template_parts_parent_w_revisions_id 3 params → 200400401403404
GET
/wp/v2/template-parts/lookup
GET /wp/v2/template-parts/lookup
get_wp_v2_template_parts_lookup 3 params → 200400401403404
GET
/wp/v2/templates
GET /wp/v2/templates
get_wp_v2_templates 4 params → 200400401403404
POST
/wp/v2/templates
POST /wp/v2/templates
post_wp_v2_templates body → 200400401403404
GET
/wp/v2/templates/{id}?)[\/\w%-]+)
GET /wp/v2/templates/{id}?)[\/\w%-]+)
get_wp_v2_templates_id_w 2 params → 200400401403404
POST
/wp/v2/templates/{id}?)[\/\w%-]+)
POST /wp/v2/templates/{id}?)[\/\w%-]+)
post_wp_v2_templates_id_w 1 param body → 200400401403404
PUT
/wp/v2/templates/{id}?)[\/\w%-]+)
PUT /wp/v2/templates/{id}?)[\/\w%-]+)
put_wp_v2_templates_id_w 1 param body → 200400401403404
PATCH
/wp/v2/templates/{id}?)[\/\w%-]+)
PATCH /wp/v2/templates/{id}?)[\/\w%-]+)
patch_wp_v2_templates_id_w 1 param body → 200400401403404
DELETE
/wp/v2/templates/{id}?)[\/\w%-]+)
DELETE /wp/v2/templates/{id}?)[\/\w%-]+)
delete_wp_v2_templates_id_w 2 params → 200400401403404
GET
/wp/v2/templates/{id}?)[\/\w%-]+)/autosaves
GET /wp/v2/templates/{id}?)[\/\w%-]+)/autosaves
get_wp_v2_templates_id_w_autosaves 2 params → 200400401403404
POST
/wp/v2/templates/{id}?)[\/\w%-]+)/autosaves
POST /wp/v2/templates/{id}?)[\/\w%-]+)/autosaves
post_wp_v2_templates_id_w_autosaves 1 param body → 200400401403404
GET
/wp/v2/templates/{parent}?)[\/\w%-]+)/autosaves/{id}
GET /wp/v2/templates/{parent}?)[\/\w%-]+)/autosaves/{id}
get_wp_v2_templates_parent_w_autosaves_id 3 params → 200400401403404
GET
/wp/v2/templates/{parent}?)[\/\w%-]+)/revisions
GET /wp/v2/templates/{parent}?)[\/\w%-]+)/revisions
get_wp_v2_templates_parent_w_revisions 10 params → 200400401403404
GET
/wp/v2/templates/{parent}?)[\/\w%-]+)/revisions/{id}
GET /wp/v2/templates/{parent}?)[\/\w%-]+)/revisions/{id}
get_wp_v2_templates_parent_w_revisions_id 3 params → 200400401403404
DELETE
/wp/v2/templates/{parent}?)[\/\w%-]+)/revisions/{id}
DELETE /wp/v2/templates/{parent}?)[\/\w%-]+)/revisions/{id}
delete_wp_v2_templates_parent_w_revisions_id 3 params → 200400401403404
GET
/wp/v2/templates/lookup
GET /wp/v2/templates/lookup
get_wp_v2_templates_lookup 3 params → 200400401403404
GET
/wp/v2/themes
GET /wp/v2/themes
get_wp_v2_themes 1 param → 200400401403404
GET
/wp/v2/themes/{stylesheet}?)
GET /wp/v2/themes/{stylesheet}?)
get_wp_v2_themes_stylesheet 1 param → 200400401403404
GET
/wp/v2/types
GET /wp/v2/types
get_wp_v2_types 1 param → 200400401403404
GET
/wp/v2/types/{type}
GET /wp/v2/types/{type}
get_wp_v2_types_type 2 params → 200400401403404
GET
/wp/v2/users
GET /wp/v2/users
get_wp_v2_users 15 params → 200400401403404
POST
/wp/v2/users
POST /wp/v2/users
post_wp_v2_users body → 200400401403404
GET
/wp/v2/users/{id}
GET /wp/v2/users/{id}
get_wp_v2_users_id 2 params → 200400401403404
POST
/wp/v2/users/{id}
POST /wp/v2/users/{id}
post_wp_v2_users_id 1 param body → 200400401403404
PUT
/wp/v2/users/{id}
PUT /wp/v2/users/{id}
put_wp_v2_users_id 1 param body → 200400401403404
PATCH
/wp/v2/users/{id}
PATCH /wp/v2/users/{id}
patch_wp_v2_users_id 1 param body → 200400401403404
DELETE
/wp/v2/users/{id}
DELETE /wp/v2/users/{id}
delete_wp_v2_users_id 3 params → 200400401403404
GET
/wp/v2/users/{user_id})/application-passwords
GET /wp/v2/users/{userid})/application-passwords
get_wp_v2_users_user_id_application_passwords 2 params → 200400401403404
POST
/wp/v2/users/{user_id})/application-passwords
POST /wp/v2/users/{userid})/application-passwords
post_wp_v2_users_user_id_application_passwords 1 param body → 200400401403404
DELETE
/wp/v2/users/{user_id})/application-passwords
DELETE /wp/v2/users/{userid})/application-passwords
delete_wp_v2_users_user_id_application_passwords 1 param → 200400401403404
GET
/wp/v2/users/{user_id})/application-passwords/{uuid}
GET /wp/v2/users/{userid})/application-passwords/{uuid}
get_wp_v2_users_user_id_application_passwords_uuid 3 params → 200400401403404
POST
/wp/v2/users/{user_id})/application-passwords/{uuid}
POST /wp/v2/users/{userid})/application-passwords/{uuid}
post_wp_v2_users_user_id_application_passwords_uuid 2 params body → 200400401403404
PUT
/wp/v2/users/{user_id})/application-passwords/{uuid}
PUT /wp/v2/users/{userid})/application-passwords/{uuid}
put_wp_v2_users_user_id_application_passwords_uuid 2 params body → 200400401403404
PATCH
/wp/v2/users/{user_id})/application-passwords/{uuid}
PATCH /wp/v2/users/{userid})/application-passwords/{uuid}
patch_wp_v2_users_user_id_application_passwords_uuid 2 params body → 200400401403404
DELETE
/wp/v2/users/{user_id})/application-passwords/{uuid}
DELETE /wp/v2/users/{userid})/application-passwords/{uuid}
delete_wp_v2_users_user_id_application_passwords_uuid 2 params → 200400401403404
GET
/wp/v2/users/{user_id})/application-passwords/introspect
GET /wp/v2/users/{userid})/application-passwords/introspect
get_wp_v2_users_user_id_application_passwords_introspect 2 params → 200400401403404
GET
/wp/v2/users/me
GET /wp/v2/users/me
get_wp_v2_users_me 1 param → 200400401403404
POST
/wp/v2/users/me
POST /wp/v2/users/me
post_wp_v2_users_me body → 200400401403404
PUT
/wp/v2/users/me
PUT /wp/v2/users/me
put_wp_v2_users_me body → 200400401403404
PATCH
/wp/v2/users/me
PATCH /wp/v2/users/me
patch_wp_v2_users_me body → 200400401403404
DELETE
/wp/v2/users/me
DELETE /wp/v2/users/me
delete_wp_v2_users_me 2 params → 200400401403404
GET
/wp/v2/view-config
GET /wp/v2/view-config
get_wp_v2_view_config 2 params → 200400401403404
GET
/wp/v2/widget-types
GET /wp/v2/widget-types
get_wp_v2_widget_types 1 param → 200400401403404
GET
/wp/v2/widget-types/{id}
GET /wp/v2/widget-types/{id}
get_wp_v2_widget_types_id 2 params → 200400401403404
POST
/wp/v2/widget-types/{id}/encode
POST /wp/v2/widget-types/{id}/encode
post_wp_v2_widget_types_id_encode 1 param body → 200400401403404
POST
/wp/v2/widget-types/{id}/render
POST /wp/v2/widget-types/{id}/render
post_wp_v2_widget_types_id_render 1 param body → 200400401403404
GET
/wp/v2/widgets
GET /wp/v2/widgets
get_wp_v2_widgets 2 params → 200400401403404
POST
/wp/v2/widgets
POST /wp/v2/widgets
post_wp_v2_widgets body → 200400401403404
GET
/wp/v2/widgets/{id}
GET /wp/v2/widgets/{id}
get_wp_v2_widgets_id 2 params → 200400401403404
POST
/wp/v2/widgets/{id}
POST /wp/v2/widgets/{id}
post_wp_v2_widgets_id 1 param body → 200400401403404
PUT
/wp/v2/widgets/{id}
PUT /wp/v2/widgets/{id}
put_wp_v2_widgets_id 1 param body → 200400401403404
PATCH
/wp/v2/widgets/{id}
PATCH /wp/v2/widgets/{id}
patch_wp_v2_widgets_id 1 param body → 200400401403404
DELETE
/wp/v2/widgets/{id}
DELETE /wp/v2/widgets/{id}
delete_wp_v2_widgets_id 2 params → 200400401403404
GET
/wp/v2/wp_pattern_category
GET /wp/v2/wppatterncategory
get_wp_v2_wp_pattern_category 12 params → 200400401403404
POST
/wp/v2/wp_pattern_category
POST /wp/v2/wppatterncategory
post_wp_v2_wp_pattern_category body → 200400401403404
GET
/wp/v2/wp_pattern_category/{id}
GET /wp/v2/wppatterncategory/{id}
get_wp_v2_wp_pattern_category_id 2 params → 200400401403404
POST
/wp/v2/wp_pattern_category/{id}
POST /wp/v2/wppatterncategory/{id}
post_wp_v2_wp_pattern_category_id 1 param body → 200400401403404
PUT
/wp/v2/wp_pattern_category/{id}
PUT /wp/v2/wppatterncategory/{id}
put_wp_v2_wp_pattern_category_id 1 param body → 200400401403404
PATCH
/wp/v2/wp_pattern_category/{id}
PATCH /wp/v2/wppatterncategory/{id}
patch_wp_v2_wp_pattern_category_id 1 param body → 200400401403404
DELETE
/wp/v2/wp_pattern_category/{id}
DELETE /wp/v2/wppatterncategory/{id}
delete_wp_v2_wp_pattern_category_id 2 params → 200400401403404

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are Attachment (38 properties), Post (28 properties), Page (26 properties), Brand (23 properties). Each schema is shown below with its type and property counts.

Post
object
28 properties
Page
object
26 properties
Attachment
object
38 properties
Category
object
9 properties
Tag
object
8 properties
User
object
19 properties
Comment
object
17 properties
Product
object
23 properties
Brand
object
23 properties
RestError
object
WordPress REST API error envelope, observed on this host.
3 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

american-greetings-corporate-wordpress-rest-openapi.yml Raw ↑

Other APIs American Greetings publishes across the network.

American Greetings API
Where this information came from

This is an independent, third-party profile of American Greetings Corporate WordPress REST API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.