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

Interpublic Group WordPress Wp/v2 API

WordPress core content API for the Interpublic Group corporate site - posts, pages, media, taxonomies, users, settings, blocks and templates. Read collections (posts, pages, media, categories, tags, search, types) answer anonymously with HTTP 200; users and settings answer HTTP 401 with the WordPress error envelope. Derived verbatim from the live route-discovery document at https://interpublic.com/wp-json/.

Interpublic Group WordPress Wp/v2 API is one of 4 APIs that Interpublic Group publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Content, JSON, REST, WordPress, and Newsroom. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 250 operations across 114 paths, and defines 1 schema. It is described by OpenAPI 3.2.0, at version wp/v2.

Requests are made against a single base URL, https://interpublic.com.

250 operations 114 paths 1 schemas 31 DELETE110 GET25 PATCH59 POST25 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
wp/v2
Base URL
https://interpublic.com
Resource Areas
1

Paths & Operations 250

Across 114 paths, the API surfaces 250 operations — 31 DELETE, 110 GET, 25 PATCH, 59 POST, 25 PUT. Each is listed below with its method, path, parameters, and response codes.

wp/v2 250

WordPress core content API (posts, pages, media, taxonomies, users, settings).

GET
/wp-json/wp/v2
GET /wp/v2
getWpV2 2 params → 200401404
GET
/wp-json/wp/v2/aam_policy
GET /wp/v2/aampolicy
getWpV2AamPolicy 19 params → 200401404
POST
/wp-json/wp/v2/aam_policy
POST /wp/v2/aampolicy
createWpV2AamPolicy body → 200401404
GET
/wp-json/wp/v2/aam_policy/{id}
GET /wp/v2/aampolicy/(?P [\d]+)
getWpV2AamPolicyById 4 params → 200401404
POST
/wp-json/wp/v2/aam_policy/{id}
POST /wp/v2/aampolicy/(?P [\d]+)
createWpV2AamPolicyById 1 param body → 200401404
PUT
/wp-json/wp/v2/aam_policy/{id}
PUT /wp/v2/aampolicy/(?P [\d]+)
updateWpV2AamPolicyById 1 param body → 200401404
PATCH
/wp-json/wp/v2/aam_policy/{id}
PATCH /wp/v2/aampolicy/(?P [\d]+)
updateWpV2AamPolicyById2 1 param body → 200401404
DELETE
/wp-json/wp/v2/aam_policy/{id}
DELETE /wp/v2/aampolicy/(?P [\d]+)
deleteWpV2AamPolicyById 2 params → 200401404
GET
/wp-json/wp/v2/aam_policy/{parent}/revisions
GET /wp/v2/aampolicy/(?P [\d]+)/revisions
getWpV2AamPolicyByParentRevisions 10 params → 200401404
GET
/wp-json/wp/v2/aam_policy/{parent}/revisions/{id}
GET /wp/v2/aampolicy/(?P [\d]+)/revisions/(?P [\d]+)
getWpV2AamPolicyByParentRevisionsById 3 params → 200401404
DELETE
/wp-json/wp/v2/aam_policy/{parent}/revisions/{id}
DELETE /wp/v2/aampolicy/(?P [\d]+)/revisions/(?P [\d]+)
deleteWpV2AamPolicyByParentRevisionsById 3 params → 200401404
GET
/wp-json/wp/v2/block-directory/search
GET /wp/v2/block-directory/search
getWpV2BlockDirectorySearch 4 params → 200401404
GET
/wp-json/wp/v2/block-patterns/categories
GET /wp/v2/block-patterns/categories
getWpV2BlockPatternsCategories → 200401404
GET
/wp-json/wp/v2/block-patterns/patterns
GET /wp/v2/block-patterns/patterns
getWpV2BlockPatternsPatterns → 200401404
GET
/wp-json/wp/v2/block-renderer/{name}
GET /wp/v2/block-renderer/(?P [a-z0-9-]+/[a-z0-9-]+)
getWpV2BlockRendererByName 4 params → 200401404
POST
/wp-json/wp/v2/block-renderer/{name}
POST /wp/v2/block-renderer/(?P [a-z0-9-]+/[a-z0-9-]+)
createWpV2BlockRendererByName 1 param body → 200401404
GET
/wp-json/wp/v2/block-types
GET /wp/v2/block-types
getWpV2BlockTypes 2 params → 200401404
GET
/wp-json/wp/v2/block-types/{namespace}
GET /wp/v2/block-types/(?P [a-zA-Z0-9-]+)
getWpV2BlockTypesByNamespace 2 params → 200401404
GET
/wp-json/wp/v2/block-types/{namespace}/{name}
GET /wp/v2/block-types/(?P [a-zA-Z0-9-]+)/(?P [a-zA-Z0-9-]+)
getWpV2BlockTypesByNamespaceByName 3 params → 200401404
GET
/wp-json/wp/v2/blocks
GET /wp/v2/blocks
getWpV2Blocks 20 params → 200401404
POST
/wp-json/wp/v2/blocks
POST /wp/v2/blocks
createWpV2Blocks body → 200401404
GET
/wp-json/wp/v2/blocks/{id}
GET /wp/v2/blocks/(?P [\d]+)
getWpV2BlocksById 4 params → 200401404
POST
/wp-json/wp/v2/blocks/{id}
POST /wp/v2/blocks/(?P [\d]+)
createWpV2BlocksById 1 param body → 200401404
PUT
/wp-json/wp/v2/blocks/{id}
PUT /wp/v2/blocks/(?P [\d]+)
updateWpV2BlocksById 1 param body → 200401404
PATCH
/wp-json/wp/v2/blocks/{id}
PATCH /wp/v2/blocks/(?P [\d]+)
updateWpV2BlocksById2 1 param body → 200401404
DELETE
/wp-json/wp/v2/blocks/{id}
DELETE /wp/v2/blocks/(?P [\d]+)
deleteWpV2BlocksById 2 params → 200401404
GET
/wp-json/wp/v2/blocks/{id}/autosaves
GET /wp/v2/blocks/(?P [\d]+)/autosaves
getWpV2BlocksByIdAutosaves 3 params → 200401404
POST
/wp-json/wp/v2/blocks/{id}/autosaves
POST /wp/v2/blocks/(?P [\d]+)/autosaves
createWpV2BlocksByIdAutosaves 1 param body → 200401404
GET
/wp-json/wp/v2/blocks/{parent}/autosaves/{id}
GET /wp/v2/blocks/(?P [\d]+)/autosaves/(?P [\d]+)
getWpV2BlocksByParentAutosavesById 3 params → 200401404
GET
/wp-json/wp/v2/blocks/{parent}/revisions
GET /wp/v2/blocks/(?P [\d]+)/revisions
getWpV2BlocksByParentRevisions 10 params → 200401404
GET
/wp-json/wp/v2/blocks/{parent}/revisions/{id}
GET /wp/v2/blocks/(?P [\d]+)/revisions/(?P [\d]+)
getWpV2BlocksByParentRevisionsById 3 params → 200401404
DELETE
/wp-json/wp/v2/blocks/{parent}/revisions/{id}
DELETE /wp/v2/blocks/(?P [\d]+)/revisions/(?P [\d]+)
deleteWpV2BlocksByParentRevisionsById 3 params → 200401404
GET
/wp-json/wp/v2/categories
GET /wp/v2/categories
getWpV2Categories 12 params → 200401404
POST
/wp-json/wp/v2/categories
POST /wp/v2/categories
createWpV2Categories body → 200401404
GET
/wp-json/wp/v2/categories/{id}
GET /wp/v2/categories/(?P [\d]+)
getWpV2CategoriesById 2 params → 200401404
POST
/wp-json/wp/v2/categories/{id}
POST /wp/v2/categories/(?P [\d]+)
createWpV2CategoriesById 1 param body → 200401404
PUT
/wp-json/wp/v2/categories/{id}
PUT /wp/v2/categories/(?P [\d]+)
updateWpV2CategoriesById 1 param body → 200401404
PATCH
/wp-json/wp/v2/categories/{id}
PATCH /wp/v2/categories/(?P [\d]+)
updateWpV2CategoriesById2 1 param body → 200401404
DELETE
/wp-json/wp/v2/categories/{id}
DELETE /wp/v2/categories/(?P [\d]+)
deleteWpV2CategoriesById 2 params → 200401404
GET
/wp-json/wp/v2/ci_lead_form
GET /wp/v2/cileadform
getWpV2CiLeadForm 17 params → 200401404
POST
/wp-json/wp/v2/ci_lead_form
POST /wp/v2/cileadform
createWpV2CiLeadForm body → 200401404
GET
/wp-json/wp/v2/ci_lead_form/{id}
GET /wp/v2/cileadform/(?P [\d]+)
getWpV2CiLeadFormById 3 params → 200401404
POST
/wp-json/wp/v2/ci_lead_form/{id}
POST /wp/v2/cileadform/(?P [\d]+)
createWpV2CiLeadFormById 1 param body → 200401404
PUT
/wp-json/wp/v2/ci_lead_form/{id}
PUT /wp/v2/cileadform/(?P [\d]+)
updateWpV2CiLeadFormById 1 param body → 200401404
PATCH
/wp-json/wp/v2/ci_lead_form/{id}
PATCH /wp/v2/cileadform/(?P [\d]+)
updateWpV2CiLeadFormById2 1 param body → 200401404
DELETE
/wp-json/wp/v2/ci_lead_form/{id}
DELETE /wp/v2/cileadform/(?P [\d]+)
deleteWpV2CiLeadFormById 2 params → 200401404
GET
/wp-json/wp/v2/comments
GET /wp/v2/comments
getWpV2Comments 20 params → 200401404
POST
/wp-json/wp/v2/comments
POST /wp/v2/comments
createWpV2Comments body → 200401404
GET
/wp-json/wp/v2/comments/{id}
GET /wp/v2/comments/(?P [\d]+)
getWpV2CommentsById 3 params → 200401404
POST
/wp-json/wp/v2/comments/{id}
POST /wp/v2/comments/(?P [\d]+)
createWpV2CommentsById 1 param body → 200401404
PUT
/wp-json/wp/v2/comments/{id}
PUT /wp/v2/comments/(?P [\d]+)
updateWpV2CommentsById 1 param body → 200401404
PATCH
/wp-json/wp/v2/comments/{id}
PATCH /wp/v2/comments/(?P [\d]+)
updateWpV2CommentsById2 1 param body → 200401404
DELETE
/wp-json/wp/v2/comments/{id}
DELETE /wp/v2/comments/(?P [\d]+)
deleteWpV2CommentsById 3 params → 200401404
GET
/wp-json/wp/v2/font-collections
GET /wp/v2/font-collections
getWpV2FontCollections 3 params → 200401404
GET
/wp-json/wp/v2/font-collections/{slug}
GET /wp/v2/font-collections/(?P [\/\w-]+)
getWpV2FontCollectionsBySlug 2 params → 200401404
GET
/wp-json/wp/v2/font-families
GET /wp/v2/font-families
getWpV2FontFamilies 10 params → 200401404
POST
/wp-json/wp/v2/font-families
POST /wp/v2/font-families
createWpV2FontFamilies body → 200401404
GET
/wp-json/wp/v2/font-families/{font_family_id}/font-faces
GET /wp/v2/font-families/(?P [\d]+)/font-faces
getWpV2FontFamiliesByFontFamilyIdFontFaces 10 params → 200401404
POST
/wp-json/wp/v2/font-families/{font_family_id}/font-faces
POST /wp/v2/font-families/(?P [\d]+)/font-faces
createWpV2FontFamiliesByFontFamilyIdFontFaces 1 param body → 200401404
GET
/wp-json/wp/v2/font-families/{font_family_id}/font-faces/{id}
GET /wp/v2/font-families/(?P [\d]+)/font-faces/(?P [\d]+)
getWpV2FontFamiliesByFontFamilyIdFontFacesById 3 params → 200401404
DELETE
/wp-json/wp/v2/font-families/{font_family_id}/font-faces/{id}
DELETE /wp/v2/font-families/(?P [\d]+)/font-faces/(?P [\d]+)
deleteWpV2FontFamiliesByFontFamilyIdFontFacesById 3 params → 200401404
GET
/wp-json/wp/v2/font-families/{id}
GET /wp/v2/font-families/(?P [\d]+)
getWpV2FontFamiliesById 2 params → 200401404
POST
/wp-json/wp/v2/font-families/{id}
POST /wp/v2/font-families/(?P [\d]+)
createWpV2FontFamiliesById 1 param body → 200401404
PUT
/wp-json/wp/v2/font-families/{id}
PUT /wp/v2/font-families/(?P [\d]+)
updateWpV2FontFamiliesById 1 param body → 200401404
PATCH
/wp-json/wp/v2/font-families/{id}
PATCH /wp/v2/font-families/(?P [\d]+)
updateWpV2FontFamiliesById2 1 param body → 200401404
DELETE
/wp-json/wp/v2/font-families/{id}
DELETE /wp/v2/font-families/(?P [\d]+)
deleteWpV2FontFamiliesById 2 params → 200401404
GET
/wp-json/wp/v2/global-styles/{id}
GET /wp/v2/global-styles/(?P [\/\d+]+)
getWpV2GlobalStylesById 1 param → 200401404
POST
/wp-json/wp/v2/global-styles/{id}
POST /wp/v2/global-styles/(?P [\/\d+]+)
createWpV2GlobalStylesById 1 param body → 200401404
PUT
/wp-json/wp/v2/global-styles/{id}
PUT /wp/v2/global-styles/(?P [\/\d+]+)
updateWpV2GlobalStylesById 1 param body → 200401404
PATCH
/wp-json/wp/v2/global-styles/{id}
PATCH /wp/v2/global-styles/(?P [\/\d+]+)
updateWpV2GlobalStylesById2 1 param body → 200401404
GET
/wp-json/wp/v2/global-styles/{parent}/revisions
GET /wp/v2/global-styles/(?P [\d]+)/revisions
getWpV2GlobalStylesByParentRevisions 5 params → 200401404
GET
/wp-json/wp/v2/global-styles/{parent}/revisions/{id}
GET /wp/v2/global-styles/(?P [\d]+)/revisions/(?P [\d]+)
getWpV2GlobalStylesByParentRevisionsById 3 params → 200401404
GET
/wp-json/wp/v2/global-styles/themes/{stylesheet}/variations
GET /wp/v2/global-styles/themes/(?P [\/\s%\w\.\(\)\[\]\@\-]+)/variations
getWpV2GlobalStylesThemesByStylesheetVariations 1 param → 200401404
GET
/wp-json/wp/v2/global-styles/themes/{stylesheet}
GET /wp/v2/global-styles/themes/(?P [^\/:<\\?"\|]+(?:\/[^\/:<\\?"\|]+)?)
getWpV2GlobalStylesThemesByStylesheet 1 param → 200401404
GET
/wp-json/wp/v2/icons
GET /wp/v2/icons
getWpV2Icons 4 params → 200401404
GET
/wp-json/wp/v2/icons/{name}
GET /wp/v2/icons/(?P [a-z][a-z0-9-]/[a-z][a-z0-9-])
getWpV2IconsByName 2 params → 200401404
GET
/wp-json/wp/v2/media
GET /wp/v2/media
getWpV2Media 23 params → 200401404
POST
/wp-json/wp/v2/media
POST /wp/v2/media
createWpV2Media body → 200401404
GET
/wp-json/wp/v2/media/{id}
GET /wp/v2/media/(?P [\d]+)
getWpV2MediaById 2 params → 200401404
POST
/wp-json/wp/v2/media/{id}
POST /wp/v2/media/(?P [\d]+)
createWpV2MediaById 1 param body → 200401404
PUT
/wp-json/wp/v2/media/{id}
PUT /wp/v2/media/(?P [\d]+)
updateWpV2MediaById 1 param body → 200401404
PATCH
/wp-json/wp/v2/media/{id}
PATCH /wp/v2/media/(?P [\d]+)
updateWpV2MediaById2 1 param body → 200401404
DELETE
/wp-json/wp/v2/media/{id}
DELETE /wp/v2/media/(?P [\d]+)
deleteWpV2MediaById 2 params → 200401404
POST
/wp-json/wp/v2/media/{id}/edit
POST /wp/v2/media/(?P [\d]+)/edit
createWpV2MediaByIdEdit 1 param body → 200401404
POST
/wp-json/wp/v2/media/{id}/post-process
POST /wp/v2/media/(?P [\d]+)/post-process
createWpV2MediaByIdPostProcess 1 param body → 200401404
GET
/wp-json/wp/v2/menu-items
GET /wp/v2/menu-items
getWpV2MenuItems 21 params → 200401404
POST
/wp-json/wp/v2/menu-items
POST /wp/v2/menu-items
createWpV2MenuItems body → 200401404
GET
/wp-json/wp/v2/menu-items/{id}
GET /wp/v2/menu-items/(?P [\d]+)
getWpV2MenuItemsById 2 params → 200401404
POST
/wp-json/wp/v2/menu-items/{id}
POST /wp/v2/menu-items/(?P [\d]+)
createWpV2MenuItemsById 1 param body → 200401404
PUT
/wp-json/wp/v2/menu-items/{id}
PUT /wp/v2/menu-items/(?P [\d]+)
updateWpV2MenuItemsById 1 param body → 200401404
PATCH
/wp-json/wp/v2/menu-items/{id}
PATCH /wp/v2/menu-items/(?P [\d]+)
updateWpV2MenuItemsById2 1 param body → 200401404
DELETE
/wp-json/wp/v2/menu-items/{id}
DELETE /wp/v2/menu-items/(?P [\d]+)
deleteWpV2MenuItemsById 2 params → 200401404
GET
/wp-json/wp/v2/menu-items/{id}/autosaves
GET /wp/v2/menu-items/(?P [\d]+)/autosaves
getWpV2MenuItemsByIdAutosaves 3 params → 200401404
POST
/wp-json/wp/v2/menu-items/{id}/autosaves
POST /wp/v2/menu-items/(?P [\d]+)/autosaves
createWpV2MenuItemsByIdAutosaves 1 param body → 200401404
GET
/wp-json/wp/v2/menu-items/{parent}/autosaves/{id}
GET /wp/v2/menu-items/(?P [\d]+)/autosaves/(?P [\d]+)
getWpV2MenuItemsByParentAutosavesById 3 params → 200401404
GET
/wp-json/wp/v2/menu-locations
GET /wp/v2/menu-locations
getWpV2MenuLocations 1 param → 200401404
GET
/wp-json/wp/v2/menu-locations/{location}
GET /wp/v2/menu-locations/(?P [\w-]+)
getWpV2MenuLocationsByLocation 2 params → 200401404
GET
/wp-json/wp/v2/menus
GET /wp/v2/menus
getWpV2Menus 12 params → 200401404
POST
/wp-json/wp/v2/menus
POST /wp/v2/menus
createWpV2Menus body → 200401404
GET
/wp-json/wp/v2/menus/{id}
GET /wp/v2/menus/(?P [\d]+)
getWpV2MenusById 2 params → 200401404
POST
/wp-json/wp/v2/menus/{id}
POST /wp/v2/menus/(?P [\d]+)
createWpV2MenusById 1 param body → 200401404
PUT
/wp-json/wp/v2/menus/{id}
PUT /wp/v2/menus/(?P [\d]+)
updateWpV2MenusById 1 param body → 200401404
PATCH
/wp-json/wp/v2/menus/{id}
PATCH /wp/v2/menus/(?P [\d]+)
updateWpV2MenusById2 1 param body → 200401404
DELETE
/wp-json/wp/v2/menus/{id}
DELETE /wp/v2/menus/(?P [\d]+)
deleteWpV2MenusById 2 params → 200401404
GET
/wp-json/wp/v2/navigation
GET /wp/v2/navigation
getWpV2Navigation 17 params → 200401404
POST
/wp-json/wp/v2/navigation
POST /wp/v2/navigation
createWpV2Navigation body → 200401404
GET
/wp-json/wp/v2/navigation/{id}
GET /wp/v2/navigation/(?P [\d]+)
getWpV2NavigationById 3 params → 200401404
POST
/wp-json/wp/v2/navigation/{id}
POST /wp/v2/navigation/(?P [\d]+)
createWpV2NavigationById 1 param body → 200401404
PUT
/wp-json/wp/v2/navigation/{id}
PUT /wp/v2/navigation/(?P [\d]+)
updateWpV2NavigationById 1 param body → 200401404
PATCH
/wp-json/wp/v2/navigation/{id}
PATCH /wp/v2/navigation/(?P [\d]+)
updateWpV2NavigationById2 1 param body → 200401404
DELETE
/wp-json/wp/v2/navigation/{id}
DELETE /wp/v2/navigation/(?P [\d]+)
deleteWpV2NavigationById 2 params → 200401404
GET
/wp-json/wp/v2/navigation/{id}/autosaves
GET /wp/v2/navigation/(?P [\d]+)/autosaves
getWpV2NavigationByIdAutosaves 3 params → 200401404
POST
/wp-json/wp/v2/navigation/{id}/autosaves
POST /wp/v2/navigation/(?P [\d]+)/autosaves
createWpV2NavigationByIdAutosaves 1 param body → 200401404
GET
/wp-json/wp/v2/navigation/{parent}/autosaves/{id}
GET /wp/v2/navigation/(?P [\d]+)/autosaves/(?P [\d]+)
getWpV2NavigationByParentAutosavesById 3 params → 200401404
GET
/wp-json/wp/v2/navigation/{parent}/revisions
GET /wp/v2/navigation/(?P [\d]+)/revisions
getWpV2NavigationByParentRevisions 10 params → 200401404
GET
/wp-json/wp/v2/navigation/{parent}/revisions/{id}
GET /wp/v2/navigation/(?P [\d]+)/revisions/(?P [\d]+)
getWpV2NavigationByParentRevisionsById 3 params → 200401404
DELETE
/wp-json/wp/v2/navigation/{parent}/revisions/{id}
DELETE /wp/v2/navigation/(?P [\d]+)/revisions/(?P [\d]+)
deleteWpV2NavigationByParentRevisionsById 3 params → 200401404
GET
/wp-json/wp/v2/pages
GET /wp/v2/pages
getWpV2Pages 22 params → 200401404
POST
/wp-json/wp/v2/pages
POST /wp/v2/pages
createWpV2Pages body → 200401404
GET
/wp-json/wp/v2/pages/{id}
GET /wp/v2/pages/(?P [\d]+)
getWpV2PagesById 4 params → 200401404
POST
/wp-json/wp/v2/pages/{id}
POST /wp/v2/pages/(?P [\d]+)
createWpV2PagesById 1 param body → 200401404
PUT
/wp-json/wp/v2/pages/{id}
PUT /wp/v2/pages/(?P [\d]+)
updateWpV2PagesById 1 param body → 200401404
PATCH
/wp-json/wp/v2/pages/{id}
PATCH /wp/v2/pages/(?P [\d]+)
updateWpV2PagesById2 1 param body → 200401404
DELETE
/wp-json/wp/v2/pages/{id}
DELETE /wp/v2/pages/(?P [\d]+)
deleteWpV2PagesById 2 params → 200401404
GET
/wp-json/wp/v2/pages/{id}/autosaves
GET /wp/v2/pages/(?P [\d]+)/autosaves
getWpV2PagesByIdAutosaves 3 params → 200401404
POST
/wp-json/wp/v2/pages/{id}/autosaves
POST /wp/v2/pages/(?P [\d]+)/autosaves
createWpV2PagesByIdAutosaves 1 param body → 200401404
GET
/wp-json/wp/v2/pages/{parent}/autosaves/{id}
GET /wp/v2/pages/(?P [\d]+)/autosaves/(?P [\d]+)
getWpV2PagesByParentAutosavesById 3 params → 200401404
GET
/wp-json/wp/v2/pages/{parent}/revisions
GET /wp/v2/pages/(?P [\d]+)/revisions
getWpV2PagesByParentRevisions 10 params → 200401404
GET
/wp-json/wp/v2/pages/{parent}/revisions/{id}
GET /wp/v2/pages/(?P [\d]+)/revisions/(?P [\d]+)
getWpV2PagesByParentRevisionsById 3 params → 200401404
DELETE
/wp-json/wp/v2/pages/{parent}/revisions/{id}
DELETE /wp/v2/pages/(?P [\d]+)/revisions/(?P [\d]+)
deleteWpV2PagesByParentRevisionsById 3 params → 200401404
GET
/wp-json/wp/v2/pattern-directory/patterns
GET /wp/v2/pattern-directory/patterns
getWpV2PatternDirectoryPatterns 10 params → 200401404
GET
/wp-json/wp/v2/plugins
GET /wp/v2/plugins
getWpV2Plugins 3 params → 200401404
POST
/wp-json/wp/v2/plugins
POST /wp/v2/plugins
createWpV2Plugins body → 200401404
GET
/wp-json/wp/v2/plugins/{plugin}
GET /wp/v2/plugins/(?P [^.\/]+(?:\/[^.\/]+)?)
getWpV2PluginsByPlugin 2 params → 200401404
POST
/wp-json/wp/v2/plugins/{plugin}
POST /wp/v2/plugins/(?P [^.\/]+(?:\/[^.\/]+)?)
createWpV2PluginsByPlugin 1 param body → 200401404
PUT
/wp-json/wp/v2/plugins/{plugin}
PUT /wp/v2/plugins/(?P [^.\/]+(?:\/[^.\/]+)?)
updateWpV2PluginsByPlugin 1 param body → 200401404
PATCH
/wp-json/wp/v2/plugins/{plugin}
PATCH /wp/v2/plugins/(?P [^.\/]+(?:\/[^.\/]+)?)
updateWpV2PluginsByPlugin2 1 param body → 200401404
DELETE
/wp-json/wp/v2/plugins/{plugin}
DELETE /wp/v2/plugins/(?P [^.\/]+(?:\/[^.\/]+)?)
deleteWpV2PluginsByPlugin 2 params → 200401404
GET
/wp-json/wp/v2/posts
GET /wp/v2/posts
getWpV2Posts 27 params → 200401404
POST
/wp-json/wp/v2/posts
POST /wp/v2/posts
createWpV2Posts body → 200401404
GET
/wp-json/wp/v2/posts/{id}
GET /wp/v2/posts/(?P [\d]+)
getWpV2PostsById 4 params → 200401404
POST
/wp-json/wp/v2/posts/{id}
POST /wp/v2/posts/(?P [\d]+)
createWpV2PostsById 1 param body → 200401404
PUT
/wp-json/wp/v2/posts/{id}
PUT /wp/v2/posts/(?P [\d]+)
updateWpV2PostsById 1 param body → 200401404
PATCH
/wp-json/wp/v2/posts/{id}
PATCH /wp/v2/posts/(?P [\d]+)
updateWpV2PostsById2 1 param body → 200401404
DELETE
/wp-json/wp/v2/posts/{id}
DELETE /wp/v2/posts/(?P [\d]+)
deleteWpV2PostsById 2 params → 200401404
GET
/wp-json/wp/v2/posts/{id}/autosaves
GET /wp/v2/posts/(?P [\d]+)/autosaves
getWpV2PostsByIdAutosaves 3 params → 200401404
POST
/wp-json/wp/v2/posts/{id}/autosaves
POST /wp/v2/posts/(?P [\d]+)/autosaves
createWpV2PostsByIdAutosaves 1 param body → 200401404
GET
/wp-json/wp/v2/posts/{parent}/autosaves/{id}
GET /wp/v2/posts/(?P [\d]+)/autosaves/(?P [\d]+)
getWpV2PostsByParentAutosavesById 3 params → 200401404
GET
/wp-json/wp/v2/posts/{parent}/revisions
GET /wp/v2/posts/(?P [\d]+)/revisions
getWpV2PostsByParentRevisions 10 params → 200401404
GET
/wp-json/wp/v2/posts/{parent}/revisions/{id}
GET /wp/v2/posts/(?P [\d]+)/revisions/(?P [\d]+)
getWpV2PostsByParentRevisionsById 3 params → 200401404
DELETE
/wp-json/wp/v2/posts/{parent}/revisions/{id}
DELETE /wp/v2/posts/(?P [\d]+)/revisions/(?P [\d]+)
deleteWpV2PostsByParentRevisionsById 3 params → 200401404
GET
/wp-json/wp/v2/search
GET /wp/v2/search
getWpV2Search 8 params → 200401404
GET
/wp-json/wp/v2/settings
GET /wp/v2/settings
getWpV2Settings → 200401404
POST
/wp-json/wp/v2/settings
POST /wp/v2/settings
createWpV2Settings body → 200401404
PUT
/wp-json/wp/v2/settings
PUT /wp/v2/settings
updateWpV2Settings body → 200401404
PATCH
/wp-json/wp/v2/settings
PATCH /wp/v2/settings
updateWpV2Settings2 body → 200401404
GET
/wp-json/wp/v2/sidebars
GET /wp/v2/sidebars
getWpV2Sidebars 1 param → 200401404
GET
/wp-json/wp/v2/sidebars/{id}
GET /wp/v2/sidebars/(?P [\w-]+)
getWpV2SidebarsById 2 params → 200401404
POST
/wp-json/wp/v2/sidebars/{id}
POST /wp/v2/sidebars/(?P [\w-]+)
createWpV2SidebarsById 1 param body → 200401404
PUT
/wp-json/wp/v2/sidebars/{id}
PUT /wp/v2/sidebars/(?P [\w-]+)
updateWpV2SidebarsById 1 param body → 200401404
PATCH
/wp-json/wp/v2/sidebars/{id}
PATCH /wp/v2/sidebars/(?P [\w-]+)
updateWpV2SidebarsById2 1 param body → 200401404
GET
/wp-json/wp/v2/statuses
GET /wp/v2/statuses
getWpV2Statuses 1 param → 200401404
GET
/wp-json/wp/v2/statuses/{status}
GET /wp/v2/statuses/(?P [\w-]+)
getWpV2StatusesByStatus 2 params → 200401404
GET
/wp-json/wp/v2/supplier_lead_form
GET /wp/v2/supplierleadform
getWpV2SupplierLeadForm 17 params → 200401404
POST
/wp-json/wp/v2/supplier_lead_form
POST /wp/v2/supplierleadform
createWpV2SupplierLeadForm body → 200401404
GET
/wp-json/wp/v2/supplier_lead_form/{id}
GET /wp/v2/supplierleadform/(?P [\d]+)
getWpV2SupplierLeadFormById 3 params → 200401404
POST
/wp-json/wp/v2/supplier_lead_form/{id}
POST /wp/v2/supplierleadform/(?P [\d]+)
createWpV2SupplierLeadFormById 1 param body → 200401404
PUT
/wp-json/wp/v2/supplier_lead_form/{id}
PUT /wp/v2/supplierleadform/(?P [\d]+)
updateWpV2SupplierLeadFormById 1 param body → 200401404
PATCH
/wp-json/wp/v2/supplier_lead_form/{id}
PATCH /wp/v2/supplierleadform/(?P [\d]+)
updateWpV2SupplierLeadFormById2 1 param body → 200401404
DELETE
/wp-json/wp/v2/supplier_lead_form/{id}
DELETE /wp/v2/supplierleadform/(?P [\d]+)
deleteWpV2SupplierLeadFormById 2 params → 200401404
GET
/wp-json/wp/v2/tags
GET /wp/v2/tags
getWpV2Tags 12 params → 200401404
POST
/wp-json/wp/v2/tags
POST /wp/v2/tags
createWpV2Tags body → 200401404
GET
/wp-json/wp/v2/tags/{id}
GET /wp/v2/tags/(?P [\d]+)
getWpV2TagsById 2 params → 200401404
POST
/wp-json/wp/v2/tags/{id}
POST /wp/v2/tags/(?P [\d]+)
createWpV2TagsById 1 param body → 200401404
PUT
/wp-json/wp/v2/tags/{id}
PUT /wp/v2/tags/(?P [\d]+)
updateWpV2TagsById 1 param body → 200401404
PATCH
/wp-json/wp/v2/tags/{id}
PATCH /wp/v2/tags/(?P [\d]+)
updateWpV2TagsById2 1 param body → 200401404
DELETE
/wp-json/wp/v2/tags/{id}
DELETE /wp/v2/tags/(?P [\d]+)
deleteWpV2TagsById 2 params → 200401404
GET
/wp-json/wp/v2/taxonomies
GET /wp/v2/taxonomies
getWpV2Taxonomies 2 params → 200401404
GET
/wp-json/wp/v2/taxonomies/{taxonomy}
GET /wp/v2/taxonomies/(?P [\w-]+)
getWpV2TaxonomiesByTaxonomy 2 params → 200401404
GET
/wp-json/wp/v2/template-parts
GET /wp/v2/template-parts
getWpV2TemplateParts 4 params → 200401404
POST
/wp-json/wp/v2/template-parts
POST /wp/v2/template-parts
createWpV2TemplateParts body → 200401404
GET
/wp-json/wp/v2/template-parts/{id}
GET /wp/v2/template-parts/(?P ([^\/:<\\?"\|]+(?:\/[^\/:<\\?"\|]+)?)[\/\w%-]+)
getWpV2TemplatePartsById 2 params → 200401404
POST
/wp-json/wp/v2/template-parts/{id}
POST /wp/v2/template-parts/(?P ([^\/:<\\?"\|]+(?:\/[^\/:<\\?"\|]+)?)[\/\w%-]+)
createWpV2TemplatePartsById 1 param body → 200401404
PUT
/wp-json/wp/v2/template-parts/{id}
PUT /wp/v2/template-parts/(?P ([^\/:<\\?"\|]+(?:\/[^\/:<\\?"\|]+)?)[\/\w%-]+)
updateWpV2TemplatePartsById 1 param body → 200401404
PATCH
/wp-json/wp/v2/template-parts/{id}
PATCH /wp/v2/template-parts/(?P ([^\/:<\\?"\|]+(?:\/[^\/:<\\?"\|]+)?)[\/\w%-]+)
updateWpV2TemplatePartsById2 1 param body → 200401404
DELETE
/wp-json/wp/v2/template-parts/{id}
DELETE /wp/v2/template-parts/(?P ([^\/:<\\?"\|]+(?:\/[^\/:<\\?"\|]+)?)[\/\w%-]+)
deleteWpV2TemplatePartsById 2 params → 200401404
GET
/wp-json/wp/v2/template-parts/{id}/autosaves
GET /wp/v2/template-parts/(?P ([^\/:<\\?"\|]+(?:\/[^\/:<\\?"\|]+)?)[\/\w%-]+)/autosaves
getWpV2TemplatePartsByIdAutosaves 2 params → 200401404
POST
/wp-json/wp/v2/template-parts/{id}/autosaves
POST /wp/v2/template-parts/(?P ([^\/:<\\?"\|]+(?:\/[^\/:<\\?"\|]+)?)[\/\w%-]+)/autosaves
createWpV2TemplatePartsByIdAutosaves 1 param body → 200401404
GET
/wp-json/wp/v2/template-parts/{parent}/autosaves/{id}
GET /wp/v2/template-parts/(?P ([^\/:<\\?"\|]+(?:\/[^\/:<\\?"\|]+)?)[\/\w%-]+)/autosaves/(?P [\d]+)
getWpV2TemplatePartsByParentAutosavesById 3 params → 200401404
GET
/wp-json/wp/v2/template-parts/{parent}/revisions
GET /wp/v2/template-parts/(?P ([^\/:<\\?"\|]+(?:\/[^\/:<\\?"\|]+)?)[\/\w%-]+)/revisions
getWpV2TemplatePartsByParentRevisions 10 params → 200401404
GET
/wp-json/wp/v2/template-parts/{parent}/revisions/{id}
GET /wp/v2/template-parts/(?P ([^\/:<\\?"\|]+(?:\/[^\/:<\\?"\|]+)?)[\/\w%-]+)/revisions/(?P [\d]+)
getWpV2TemplatePartsByParentRevisionsById 3 params → 200401404
DELETE
/wp-json/wp/v2/template-parts/{parent}/revisions/{id}
DELETE /wp/v2/template-parts/(?P ([^\/:<\\?"\|]+(?:\/[^\/:<\\?"\|]+)?)[\/\w%-]+)/revisions/(?P [\d]+)
deleteWpV2TemplatePartsByParentRevisionsById 3 params → 200401404
GET
/wp-json/wp/v2/template-parts/lookup
GET /wp/v2/template-parts/lookup
getWpV2TemplatePartsLookup 3 params → 200401404
GET
/wp-json/wp/v2/templates
GET /wp/v2/templates
getWpV2Templates 4 params → 200401404
POST
/wp-json/wp/v2/templates
POST /wp/v2/templates
createWpV2Templates body → 200401404
GET
/wp-json/wp/v2/templates/{id}
GET /wp/v2/templates/(?P ([^\/:<\\?"\|]+(?:\/[^\/:<\\?"\|]+)?)[\/\w%-]+)
getWpV2TemplatesById 2 params → 200401404
POST
/wp-json/wp/v2/templates/{id}
POST /wp/v2/templates/(?P ([^\/:<\\?"\|]+(?:\/[^\/:<\\?"\|]+)?)[\/\w%-]+)
createWpV2TemplatesById 1 param body → 200401404
PUT
/wp-json/wp/v2/templates/{id}
PUT /wp/v2/templates/(?P ([^\/:<\\?"\|]+(?:\/[^\/:<\\?"\|]+)?)[\/\w%-]+)
updateWpV2TemplatesById 1 param body → 200401404
PATCH
/wp-json/wp/v2/templates/{id}
PATCH /wp/v2/templates/(?P ([^\/:<\\?"\|]+(?:\/[^\/:<\\?"\|]+)?)[\/\w%-]+)
updateWpV2TemplatesById2 1 param body → 200401404
DELETE
/wp-json/wp/v2/templates/{id}
DELETE /wp/v2/templates/(?P ([^\/:<\\?"\|]+(?:\/[^\/:<\\?"\|]+)?)[\/\w%-]+)
deleteWpV2TemplatesById 2 params → 200401404
GET
/wp-json/wp/v2/templates/{id}/autosaves
GET /wp/v2/templates/(?P ([^\/:<\\?"\|]+(?:\/[^\/:<\\?"\|]+)?)[\/\w%-]+)/autosaves
getWpV2TemplatesByIdAutosaves 2 params → 200401404
POST
/wp-json/wp/v2/templates/{id}/autosaves
POST /wp/v2/templates/(?P ([^\/:<\\?"\|]+(?:\/[^\/:<\\?"\|]+)?)[\/\w%-]+)/autosaves
createWpV2TemplatesByIdAutosaves 1 param body → 200401404
GET
/wp-json/wp/v2/templates/{parent}/autosaves/{id}
GET /wp/v2/templates/(?P ([^\/:<\\?"\|]+(?:\/[^\/:<\\?"\|]+)?)[\/\w%-]+)/autosaves/(?P [\d]+)
getWpV2TemplatesByParentAutosavesById 3 params → 200401404
GET
/wp-json/wp/v2/templates/{parent}/revisions
GET /wp/v2/templates/(?P ([^\/:<\\?"\|]+(?:\/[^\/:<\\?"\|]+)?)[\/\w%-]+)/revisions
getWpV2TemplatesByParentRevisions 10 params → 200401404
GET
/wp-json/wp/v2/templates/{parent}/revisions/{id}
GET /wp/v2/templates/(?P ([^\/:<\\?"\|]+(?:\/[^\/:<\\?"\|]+)?)[\/\w%-]+)/revisions/(?P [\d]+)
getWpV2TemplatesByParentRevisionsById 3 params → 200401404
DELETE
/wp-json/wp/v2/templates/{parent}/revisions/{id}
DELETE /wp/v2/templates/(?P ([^\/:<\\?"\|]+(?:\/[^\/:<\\?"\|]+)?)[\/\w%-]+)/revisions/(?P [\d]+)
deleteWpV2TemplatesByParentRevisionsById 3 params → 200401404
GET
/wp-json/wp/v2/templates/lookup
GET /wp/v2/templates/lookup
getWpV2TemplatesLookup 3 params → 200401404
GET
/wp-json/wp/v2/themes
GET /wp/v2/themes
getWpV2Themes 1 param → 200401404
GET
/wp-json/wp/v2/themes/{stylesheet}
GET /wp/v2/themes/(?P [^\/:<\\?"\|]+(?:\/[^\/:<\\?"\|]+)?)
getWpV2ThemesByStylesheet 1 param → 200401404
GET
/wp-json/wp/v2/types
GET /wp/v2/types
getWpV2Types 1 param → 200401404
GET
/wp-json/wp/v2/types/{type}
GET /wp/v2/types/(?P [\w-]+)
getWpV2TypesByType 2 params → 200401404
GET
/wp-json/wp/v2/users
GET /wp/v2/users
getWpV2Users 15 params → 200401404
POST
/wp-json/wp/v2/users
POST /wp/v2/users
createWpV2Users body → 200401404
GET
/wp-json/wp/v2/users/{id}
GET /wp/v2/users/(?P [\d]+)
getWpV2UsersById 2 params → 200401404
POST
/wp-json/wp/v2/users/{id}
POST /wp/v2/users/(?P [\d]+)
createWpV2UsersById 1 param body → 200401404
PUT
/wp-json/wp/v2/users/{id}
PUT /wp/v2/users/(?P [\d]+)
updateWpV2UsersById 1 param body → 200401404
PATCH
/wp-json/wp/v2/users/{id}
PATCH /wp/v2/users/(?P [\d]+)
updateWpV2UsersById2 1 param body → 200401404
DELETE
/wp-json/wp/v2/users/{id}
DELETE /wp/v2/users/(?P [\d]+)
deleteWpV2UsersById 3 params → 200401404
GET
/wp-json/wp/v2/users/{user_id}/application-passwords
GET /wp/v2/users/(?P (?:[\d]+|me))/application-passwords
getWpV2UsersByUserIdApplicationPasswords 2 params → 200401404
POST
/wp-json/wp/v2/users/{user_id}/application-passwords
POST /wp/v2/users/(?P (?:[\d]+|me))/application-passwords
createWpV2UsersByUserIdApplicationPasswords 1 param body → 200401404
DELETE
/wp-json/wp/v2/users/{user_id}/application-passwords
DELETE /wp/v2/users/(?P (?:[\d]+|me))/application-passwords
deleteWpV2UsersByUserIdApplicationPasswords 1 param → 200401404
GET
/wp-json/wp/v2/users/{user_id}/application-passwords/{uuid}
GET /wp/v2/users/(?P (?:[\d]+|me))/application-passwords/(?P [\w\-]+)
getWpV2UsersByUserIdApplicationPasswordsByUuid 3 params → 200401404
POST
/wp-json/wp/v2/users/{user_id}/application-passwords/{uuid}
POST /wp/v2/users/(?P (?:[\d]+|me))/application-passwords/(?P [\w\-]+)
createWpV2UsersByUserIdApplicationPasswordsByUuid 2 params body → 200401404
PUT
/wp-json/wp/v2/users/{user_id}/application-passwords/{uuid}
PUT /wp/v2/users/(?P (?:[\d]+|me))/application-passwords/(?P [\w\-]+)
updateWpV2UsersByUserIdApplicationPasswordsByUuid 2 params body → 200401404
PATCH
/wp-json/wp/v2/users/{user_id}/application-passwords/{uuid}
PATCH /wp/v2/users/(?P (?:[\d]+|me))/application-passwords/(?P [\w\-]+)
updateWpV2UsersByUserIdApplicationPasswordsByUuid2 2 params body → 200401404
DELETE
/wp-json/wp/v2/users/{user_id}/application-passwords/{uuid}
DELETE /wp/v2/users/(?P (?:[\d]+|me))/application-passwords/(?P [\w\-]+)
deleteWpV2UsersByUserIdApplicationPasswordsByUuid 2 params → 200401404
GET
/wp-json/wp/v2/users/{user_id}/application-passwords/introspect
GET /wp/v2/users/(?P (?:[\d]+|me))/application-passwords/introspect
getWpV2UsersByUserIdApplicationPasswordsIntrospect 2 params → 200401404
GET
/wp-json/wp/v2/users/me
GET /wp/v2/users/me
getWpV2UsersMe 1 param → 200401404
POST
/wp-json/wp/v2/users/me
POST /wp/v2/users/me
createWpV2UsersMe body → 200401404
PUT
/wp-json/wp/v2/users/me
PUT /wp/v2/users/me
updateWpV2UsersMe body → 200401404
PATCH
/wp-json/wp/v2/users/me
PATCH /wp/v2/users/me
updateWpV2UsersMe2 body → 200401404
DELETE
/wp-json/wp/v2/users/me
DELETE /wp/v2/users/me
deleteWpV2UsersMe 2 params → 200401404
GET
/wp-json/wp/v2/widget-types
GET /wp/v2/widget-types
getWpV2WidgetTypes 1 param → 200401404
GET
/wp-json/wp/v2/widget-types/{id}
GET /wp/v2/widget-types/(?P [a-zA-Z0-9-]+)
getWpV2WidgetTypesById 2 params → 200401404
POST
/wp-json/wp/v2/widget-types/{id}/encode
POST /wp/v2/widget-types/(?P [a-zA-Z0-9-]+)/encode
createWpV2WidgetTypesByIdEncode 1 param body → 200401404
POST
/wp-json/wp/v2/widget-types/{id}/render
POST /wp/v2/widget-types/(?P [a-zA-Z0-9-]+)/render
createWpV2WidgetTypesByIdRender 1 param body → 200401404
GET
/wp-json/wp/v2/widgets
GET /wp/v2/widgets
getWpV2Widgets 2 params → 200401404
POST
/wp-json/wp/v2/widgets
POST /wp/v2/widgets
createWpV2Widgets body → 200401404
GET
/wp-json/wp/v2/widgets/{id}
GET /wp/v2/widgets/(?P [\w\-]+)
getWpV2WidgetsById 2 params → 200401404
POST
/wp-json/wp/v2/widgets/{id}
POST /wp/v2/widgets/(?P [\w\-]+)
createWpV2WidgetsById 1 param body → 200401404
PUT
/wp-json/wp/v2/widgets/{id}
PUT /wp/v2/widgets/(?P [\w\-]+)
updateWpV2WidgetsById 1 param body → 200401404
PATCH
/wp-json/wp/v2/widgets/{id}
PATCH /wp/v2/widgets/(?P [\w\-]+)
updateWpV2WidgetsById2 1 param body → 200401404
DELETE
/wp-json/wp/v2/widgets/{id}
DELETE /wp/v2/widgets/(?P [\w\-]+)
deleteWpV2WidgetsById 2 params → 200401404
GET
/wp-json/wp/v2/wp_pattern_category
GET /wp/v2/wppatterncategory
getWpV2WpPatternCategory 12 params → 200401404
POST
/wp-json/wp/v2/wp_pattern_category
POST /wp/v2/wppatterncategory
createWpV2WpPatternCategory body → 200401404
GET
/wp-json/wp/v2/wp_pattern_category/{id}
GET /wp/v2/wppatterncategory/(?P [\d]+)
getWpV2WpPatternCategoryById 2 params → 200401404
POST
/wp-json/wp/v2/wp_pattern_category/{id}
POST /wp/v2/wppatterncategory/(?P [\d]+)
createWpV2WpPatternCategoryById 1 param body → 200401404
PUT
/wp-json/wp/v2/wp_pattern_category/{id}
PUT /wp/v2/wppatterncategory/(?P [\d]+)
updateWpV2WpPatternCategoryById 1 param body → 200401404
PATCH
/wp-json/wp/v2/wp_pattern_category/{id}
PATCH /wp/v2/wppatterncategory/(?P [\d]+)
updateWpV2WpPatternCategoryById2 1 param body → 200401404
DELETE
/wp-json/wp/v2/wp_pattern_category/{id}
DELETE /wp/v2/wppatterncategory/(?P [\d]+)
deleteWpV2WpPatternCategoryById 2 params → 200401404

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is WPError (3 properties). Each schema is shown below with its type and property counts.

WPError
object
The WordPress REST API error envelope, observed verbatim on live 401/404 responses from this host. Not RFC 9457 problem+json.
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

interpublic-wp-v2-api-openapi.yml Raw ↑

Other APIs Interpublic Group publishes across the network.

Interpublic Group WordPress Abilities API
Interpublic Group oEmbed API
Interpublic Group WordPress REST Index API
Where this information came from

This is an independent, third-party profile of Interpublic Group WordPress Wp/v2 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.