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

EFFECT Photonics Wp/v2 API

WordPress core content API (posts, pages, media, taxonomies, users, settings) plus the site's custom post types — products, careers, events, partners, team members and FAQs — and the optical hardware taxonomies attached to products. Published content reads anonymously (HTTP 200 observed); writes and privileged reads are capability-gated.

EFFECT Photonics Wp/v2 API is one of 6 APIs that EFFECT Photonics publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include wp/v2. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 413 operations across 172 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://effectphotonics.com.

413 operations 172 paths 1 schemas 54 DELETE168 GET44 PATCH103 POST44 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
wp/v2
Base URL
https://effectphotonics.com/wp-json/
Authentication
OAuth 2.0, API Key, HTTP Basic
Resource Areas
1

Authentication & Security 3

EFFECT Photonics Wp/v2 API declares 3 security schemes for authenticating requests. It supports OAuth 2.0 (mcpOAuth2) using the authorizationCode flow, exposing 1 scope. An API key is passed in the header as X-WP-Nonce (wpNonce). It accepts HTTP basic authentication (applicationPassword).

  • mcpOAuth2 — OAuth 2.1 authorization-code + PKCE (S256), as advertised by the provider's RFC 8414 metadata at https://effectphotonics.com/.well-known/oauth-authorization-se…
  • wpNonce — WordPress cookie-authentication nonce. Advertised by the live server in its Access-Control-Allow-Headers response header (Authorization, X-WP-Nonce, Content-Di…
  • applicationPassword — WordPress Application Passwords — HTTP Basic with a user-issued application password. The live discovery document at https://effectphotonics.com/wp-json/ names…

Paths & Operations 413

Across 172 paths, the API surfaces 413 operations — 54 DELETE, 168 GET, 44 PATCH, 103 POST, 44 PUT. Each is listed below with its method, path, parameters, and response codes.

wp/v2 413

WordPress core content API (posts, pages, media, custom post types, taxonomies, users, settings). Public read on published content; writes and privileged reads are capability-gate…

GET
/wp-json/wp/v2
GET /wp/v2
getWpV2 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
postWpV2Posts body → 200401404
GET
/wp-json/wp/v2/posts/{id}
GET /wp/v2/posts/{id}
getWpV2PostsId 4 params → 200401404
POST
/wp-json/wp/v2/posts/{id}
POST /wp/v2/posts/{id}
postWpV2PostsId 1 param body → 200401404
PUT
/wp-json/wp/v2/posts/{id}
PUT /wp/v2/posts/{id}
putWpV2PostsId 1 param body → 200401404
PATCH
/wp-json/wp/v2/posts/{id}
PATCH /wp/v2/posts/{id}
patchWpV2PostsId 1 param body → 200401404
DELETE
/wp-json/wp/v2/posts/{id}
DELETE /wp/v2/posts/{id}
deleteWpV2PostsId 2 params → 200401404
GET
/wp-json/wp/v2/posts/{parent}/revisions
GET /wp/v2/posts/{parent}/revisions
getWpV2PostsParentRevisions 10 params → 200401404
GET
/wp-json/wp/v2/posts/{parent}/revisions/{id}
GET /wp/v2/posts/{parent}/revisions/{id}
getWpV2PostsParentRevisionsId 3 params → 200401404
DELETE
/wp-json/wp/v2/posts/{parent}/revisions/{id}
DELETE /wp/v2/posts/{parent}/revisions/{id}
deleteWpV2PostsParentRevisionsId 3 params → 200401404
GET
/wp-json/wp/v2/posts/{id}/autosaves
GET /wp/v2/posts/{id}/autosaves
getWpV2PostsIdAutosaves 3 params → 200401404
POST
/wp-json/wp/v2/posts/{id}/autosaves
POST /wp/v2/posts/{id}/autosaves
postWpV2PostsIdAutosaves 1 param body → 200401404
GET
/wp-json/wp/v2/posts/{parent}/autosaves/{id}
GET /wp/v2/posts/{parent}/autosaves/{id}
getWpV2PostsParentAutosavesId 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
postWpV2Pages body → 200401404
GET
/wp-json/wp/v2/pages/{id}
GET /wp/v2/pages/{id}
getWpV2PagesId 4 params → 200401404
POST
/wp-json/wp/v2/pages/{id}
POST /wp/v2/pages/{id}
postWpV2PagesId 1 param body → 200401404
PUT
/wp-json/wp/v2/pages/{id}
PUT /wp/v2/pages/{id}
putWpV2PagesId 1 param body → 200401404
PATCH
/wp-json/wp/v2/pages/{id}
PATCH /wp/v2/pages/{id}
patchWpV2PagesId 1 param body → 200401404
DELETE
/wp-json/wp/v2/pages/{id}
DELETE /wp/v2/pages/{id}
deleteWpV2PagesId 2 params → 200401404
GET
/wp-json/wp/v2/pages/{parent}/revisions
GET /wp/v2/pages/{parent}/revisions
getWpV2PagesParentRevisions 10 params → 200401404
GET
/wp-json/wp/v2/pages/{parent}/revisions/{id}
GET /wp/v2/pages/{parent}/revisions/{id}
getWpV2PagesParentRevisionsId 3 params → 200401404
DELETE
/wp-json/wp/v2/pages/{parent}/revisions/{id}
DELETE /wp/v2/pages/{parent}/revisions/{id}
deleteWpV2PagesParentRevisionsId 3 params → 200401404
GET
/wp-json/wp/v2/pages/{id}/autosaves
GET /wp/v2/pages/{id}/autosaves
getWpV2PagesIdAutosaves 3 params → 200401404
POST
/wp-json/wp/v2/pages/{id}/autosaves
POST /wp/v2/pages/{id}/autosaves
postWpV2PagesIdAutosaves 1 param body → 200401404
GET
/wp-json/wp/v2/pages/{parent}/autosaves/{id}
GET /wp/v2/pages/{parent}/autosaves/{id}
getWpV2PagesParentAutosavesId 3 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
postWpV2Media body → 200401404
GET
/wp-json/wp/v2/media/{id}
GET /wp/v2/media/{id}
getWpV2MediaId 2 params → 200401404
POST
/wp-json/wp/v2/media/{id}
POST /wp/v2/media/{id}
postWpV2MediaId 1 param body → 200401404
PUT
/wp-json/wp/v2/media/{id}
PUT /wp/v2/media/{id}
putWpV2MediaId 1 param body → 200401404
PATCH
/wp-json/wp/v2/media/{id}
PATCH /wp/v2/media/{id}
patchWpV2MediaId 1 param body → 200401404
DELETE
/wp-json/wp/v2/media/{id}
DELETE /wp/v2/media/{id}
deleteWpV2MediaId 2 params → 200401404
POST
/wp-json/wp/v2/media/{id}/post-process
POST /wp/v2/media/{id}/post-process
postWpV2MediaIdPostProcess 1 param body → 200401404
POST
/wp-json/wp/v2/media/{id}/edit
POST /wp/v2/media/{id}/edit
postWpV2MediaIdEdit 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
postWpV2MenuItems body → 200401404
GET
/wp-json/wp/v2/menu-items/{id}
GET /wp/v2/menu-items/{id}
getWpV2MenuItemsId 2 params → 200401404
POST
/wp-json/wp/v2/menu-items/{id}
POST /wp/v2/menu-items/{id}
postWpV2MenuItemsId 1 param body → 200401404
PUT
/wp-json/wp/v2/menu-items/{id}
PUT /wp/v2/menu-items/{id}
putWpV2MenuItemsId 1 param body → 200401404
PATCH
/wp-json/wp/v2/menu-items/{id}
PATCH /wp/v2/menu-items/{id}
patchWpV2MenuItemsId 1 param body → 200401404
DELETE
/wp-json/wp/v2/menu-items/{id}
DELETE /wp/v2/menu-items/{id}
deleteWpV2MenuItemsId 2 params → 200401404
GET
/wp-json/wp/v2/menu-items/{id}/autosaves
GET /wp/v2/menu-items/{id}/autosaves
getWpV2MenuItemsIdAutosaves 3 params → 200401404
POST
/wp-json/wp/v2/menu-items/{id}/autosaves
POST /wp/v2/menu-items/{id}/autosaves
postWpV2MenuItemsIdAutosaves 1 param body → 200401404
GET
/wp-json/wp/v2/menu-items/{parent}/autosaves/{id}
GET /wp/v2/menu-items/{parent}/autosaves/{id}
getWpV2MenuItemsParentAutosavesId 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
postWpV2Blocks body → 200401404
GET
/wp-json/wp/v2/blocks/{id}
GET /wp/v2/blocks/{id}
getWpV2BlocksId 4 params → 200401404
POST
/wp-json/wp/v2/blocks/{id}
POST /wp/v2/blocks/{id}
postWpV2BlocksId 1 param body → 200401404
PUT
/wp-json/wp/v2/blocks/{id}
PUT /wp/v2/blocks/{id}
putWpV2BlocksId 1 param body → 200401404
PATCH
/wp-json/wp/v2/blocks/{id}
PATCH /wp/v2/blocks/{id}
patchWpV2BlocksId 1 param body → 200401404
DELETE
/wp-json/wp/v2/blocks/{id}
DELETE /wp/v2/blocks/{id}
deleteWpV2BlocksId 2 params → 200401404
GET
/wp-json/wp/v2/blocks/{parent}/revisions
GET /wp/v2/blocks/{parent}/revisions
getWpV2BlocksParentRevisions 10 params → 200401404
GET
/wp-json/wp/v2/blocks/{parent}/revisions/{id}
GET /wp/v2/blocks/{parent}/revisions/{id}
getWpV2BlocksParentRevisionsId 3 params → 200401404
DELETE
/wp-json/wp/v2/blocks/{parent}/revisions/{id}
DELETE /wp/v2/blocks/{parent}/revisions/{id}
deleteWpV2BlocksParentRevisionsId 3 params → 200401404
GET
/wp-json/wp/v2/blocks/{id}/autosaves
GET /wp/v2/blocks/{id}/autosaves
getWpV2BlocksIdAutosaves 3 params → 200401404
POST
/wp-json/wp/v2/blocks/{id}/autosaves
POST /wp/v2/blocks/{id}/autosaves
postWpV2BlocksIdAutosaves 1 param body → 200401404
GET
/wp-json/wp/v2/blocks/{parent}/autosaves/{id}
GET /wp/v2/blocks/{parent}/autosaves/{id}
getWpV2BlocksParentAutosavesId 3 params → 200401404
GET
/wp-json/wp/v2/templates/{parent}/revisions
GET /wp/v2/templates/{parent}/revisions
getWpV2TemplatesParentRevisions 10 params → 200401404
GET
/wp-json/wp/v2/templates/{parent}/revisions/{id}
GET /wp/v2/templates/{parent}/revisions/{id}
getWpV2TemplatesParentRevisionsId 3 params → 200401404
DELETE
/wp-json/wp/v2/templates/{parent}/revisions/{id}
DELETE /wp/v2/templates/{parent}/revisions/{id}
deleteWpV2TemplatesParentRevisionsId 3 params → 200401404
GET
/wp-json/wp/v2/templates/{id}/autosaves
GET /wp/v2/templates/{id}/autosaves
getWpV2TemplatesIdAutosaves 2 params → 200401404
POST
/wp-json/wp/v2/templates/{id}/autosaves
POST /wp/v2/templates/{id}/autosaves
postWpV2TemplatesIdAutosaves 1 param body → 200401404
GET
/wp-json/wp/v2/templates/{parent}/autosaves/{id}
GET /wp/v2/templates/{parent}/autosaves/{id}
getWpV2TemplatesParentAutosavesId 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
postWpV2Templates body → 200401404
GET
/wp-json/wp/v2/templates/lookup
GET /wp/v2/templates/lookup
getWpV2TemplatesLookup 3 params → 200401404
GET
/wp-json/wp/v2/templates/{id}
GET /wp/v2/templates/{id}
getWpV2TemplatesId 2 params → 200401404
POST
/wp-json/wp/v2/templates/{id}
POST /wp/v2/templates/{id}
postWpV2TemplatesId 1 param body → 200401404
PUT
/wp-json/wp/v2/templates/{id}
PUT /wp/v2/templates/{id}
putWpV2TemplatesId 1 param body → 200401404
PATCH
/wp-json/wp/v2/templates/{id}
PATCH /wp/v2/templates/{id}
patchWpV2TemplatesId 1 param body → 200401404
DELETE
/wp-json/wp/v2/templates/{id}
DELETE /wp/v2/templates/{id}
deleteWpV2TemplatesId 2 params → 200401404
GET
/wp-json/wp/v2/template-parts/{parent}/revisions
GET /wp/v2/template-parts/{parent}/revisions
getWpV2TemplatePartsParentRevisions 10 params → 200401404
GET
/wp-json/wp/v2/template-parts/{parent}/revisions/{id}
GET /wp/v2/template-parts/{parent}/revisions/{id}
getWpV2TemplatePartsParentRevisionsId 3 params → 200401404
DELETE
/wp-json/wp/v2/template-parts/{parent}/revisions/{id}
DELETE /wp/v2/template-parts/{parent}/revisions/{id}
deleteWpV2TemplatePartsParentRevisionsId 3 params → 200401404
GET
/wp-json/wp/v2/template-parts/{id}/autosaves
GET /wp/v2/template-parts/{id}/autosaves
getWpV2TemplatePartsIdAutosaves 2 params → 200401404
POST
/wp-json/wp/v2/template-parts/{id}/autosaves
POST /wp/v2/template-parts/{id}/autosaves
postWpV2TemplatePartsIdAutosaves 1 param body → 200401404
GET
/wp-json/wp/v2/template-parts/{parent}/autosaves/{id}
GET /wp/v2/template-parts/{parent}/autosaves/{id}
getWpV2TemplatePartsParentAutosavesId 3 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
postWpV2TemplateParts body → 200401404
GET
/wp-json/wp/v2/template-parts/lookup
GET /wp/v2/template-parts/lookup
getWpV2TemplatePartsLookup 3 params → 200401404
GET
/wp-json/wp/v2/template-parts/{id}
GET /wp/v2/template-parts/{id}
getWpV2TemplatePartsId 2 params → 200401404
POST
/wp-json/wp/v2/template-parts/{id}
POST /wp/v2/template-parts/{id}
postWpV2TemplatePartsId 1 param body → 200401404
PUT
/wp-json/wp/v2/template-parts/{id}
PUT /wp/v2/template-parts/{id}
putWpV2TemplatePartsId 1 param body → 200401404
PATCH
/wp-json/wp/v2/template-parts/{id}
PATCH /wp/v2/template-parts/{id}
patchWpV2TemplatePartsId 1 param body → 200401404
DELETE
/wp-json/wp/v2/template-parts/{id}
DELETE /wp/v2/template-parts/{id}
deleteWpV2TemplatePartsId 2 params → 200401404
GET
/wp-json/wp/v2/global-styles/{parent}/revisions
GET /wp/v2/global-styles/{parent}/revisions
getWpV2GlobalStylesParentRevisions 5 params → 200401404
GET
/wp-json/wp/v2/global-styles/{parent}/revisions/{id}
GET /wp/v2/global-styles/{parent}/revisions/{id}
getWpV2GlobalStylesParentRevisionsId 3 params → 200401404
GET
/wp-json/wp/v2/global-styles/themes/{stylesheet}/variations
GET /wp/v2/global-styles/themes/{stylesheet}/variations
getWpV2GlobalStylesThemesStylesheetVariations 1 param → 200401404
GET
/wp-json/wp/v2/global-styles/themes/{stylesheet}
GET /wp/v2/global-styles/themes/{stylesheet}
getWpV2GlobalStylesThemesStylesheet 1 param → 200401404
GET
/wp-json/wp/v2/global-styles/{id}
GET /wp/v2/global-styles/{id}
getWpV2GlobalStylesId 1 param → 200401404
POST
/wp-json/wp/v2/global-styles/{id}
POST /wp/v2/global-styles/{id}
postWpV2GlobalStylesId 1 param body → 200401404
PUT
/wp-json/wp/v2/global-styles/{id}
PUT /wp/v2/global-styles/{id}
putWpV2GlobalStylesId 1 param body → 200401404
PATCH
/wp-json/wp/v2/global-styles/{id}
PATCH /wp/v2/global-styles/{id}
patchWpV2GlobalStylesId 1 param body → 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
postWpV2Navigation body → 200401404
GET
/wp-json/wp/v2/navigation/{id}
GET /wp/v2/navigation/{id}
getWpV2NavigationId 3 params → 200401404
POST
/wp-json/wp/v2/navigation/{id}
POST /wp/v2/navigation/{id}
postWpV2NavigationId 1 param body → 200401404
PUT
/wp-json/wp/v2/navigation/{id}
PUT /wp/v2/navigation/{id}
putWpV2NavigationId 1 param body → 200401404
PATCH
/wp-json/wp/v2/navigation/{id}
PATCH /wp/v2/navigation/{id}
patchWpV2NavigationId 1 param body → 200401404
DELETE
/wp-json/wp/v2/navigation/{id}
DELETE /wp/v2/navigation/{id}
deleteWpV2NavigationId 2 params → 200401404
GET
/wp-json/wp/v2/navigation/{parent}/revisions
GET /wp/v2/navigation/{parent}/revisions
getWpV2NavigationParentRevisions 10 params → 200401404
GET
/wp-json/wp/v2/navigation/{parent}/revisions/{id}
GET /wp/v2/navigation/{parent}/revisions/{id}
getWpV2NavigationParentRevisionsId 3 params → 200401404
DELETE
/wp-json/wp/v2/navigation/{parent}/revisions/{id}
DELETE /wp/v2/navigation/{parent}/revisions/{id}
deleteWpV2NavigationParentRevisionsId 3 params → 200401404
GET
/wp-json/wp/v2/navigation/{id}/autosaves
GET /wp/v2/navigation/{id}/autosaves
getWpV2NavigationIdAutosaves 3 params → 200401404
POST
/wp-json/wp/v2/navigation/{id}/autosaves
POST /wp/v2/navigation/{id}/autosaves
postWpV2NavigationIdAutosaves 1 param body → 200401404
GET
/wp-json/wp/v2/navigation/{parent}/autosaves/{id}
GET /wp/v2/navigation/{parent}/autosaves/{id}
getWpV2NavigationParentAutosavesId 3 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
postWpV2FontFamilies body → 200401404
GET
/wp-json/wp/v2/font-families/{id}
GET /wp/v2/font-families/{id}
getWpV2FontFamiliesId 2 params → 200401404
POST
/wp-json/wp/v2/font-families/{id}
POST /wp/v2/font-families/{id}
postWpV2FontFamiliesId 1 param body → 200401404
PUT
/wp-json/wp/v2/font-families/{id}
PUT /wp/v2/font-families/{id}
putWpV2FontFamiliesId 1 param body → 200401404
PATCH
/wp-json/wp/v2/font-families/{id}
PATCH /wp/v2/font-families/{id}
patchWpV2FontFamiliesId 1 param body → 200401404
DELETE
/wp-json/wp/v2/font-families/{id}
DELETE /wp/v2/font-families/{id}
deleteWpV2FontFamiliesId 2 params → 200401404
GET
/wp-json/wp/v2/font-families/{font_family_id}/font-faces
GET /wp/v2/font-families/{fontfamilyid}/font-faces
getWpV2FontFamiliesFontFamilyIdFontFaces 10 params → 200401404
POST
/wp-json/wp/v2/font-families/{font_family_id}/font-faces
POST /wp/v2/font-families/{fontfamilyid}/font-faces
postWpV2FontFamiliesFontFamilyIdFontFaces 1 param body → 200401404
GET
/wp-json/wp/v2/font-families/{font_family_id}/font-faces/{id}
GET /wp/v2/font-families/{fontfamilyid}/font-faces/{id}
getWpV2FontFamiliesFontFamilyIdFontFacesId 3 params → 200401404
DELETE
/wp-json/wp/v2/font-families/{font_family_id}/font-faces/{id}
DELETE /wp/v2/font-families/{fontfamilyid}/font-faces/{id}
deleteWpV2FontFamiliesFontFamilyIdFontFacesId 3 params → 200401404
GET
/wp-json/wp/v2/faq
GET /wp/v2/faq
getWpV2Faq 24 params → 200401404
POST
/wp-json/wp/v2/faq
POST /wp/v2/faq
postWpV2Faq body → 200401404
GET
/wp-json/wp/v2/faq/{id}
GET /wp/v2/faq/{id}
getWpV2FaqId 3 params → 200401404
POST
/wp-json/wp/v2/faq/{id}
POST /wp/v2/faq/{id}
postWpV2FaqId 1 param body → 200401404
PUT
/wp-json/wp/v2/faq/{id}
PUT /wp/v2/faq/{id}
putWpV2FaqId 1 param body → 200401404
PATCH
/wp-json/wp/v2/faq/{id}
PATCH /wp/v2/faq/{id}
patchWpV2FaqId 1 param body → 200401404
DELETE
/wp-json/wp/v2/faq/{id}
DELETE /wp/v2/faq/{id}
deleteWpV2FaqId 2 params → 200401404
GET
/wp-json/wp/v2/faq/{parent}/revisions
GET /wp/v2/faq/{parent}/revisions
getWpV2FaqParentRevisions 10 params → 200401404
GET
/wp-json/wp/v2/faq/{parent}/revisions/{id}
GET /wp/v2/faq/{parent}/revisions/{id}
getWpV2FaqParentRevisionsId 3 params → 200401404
DELETE
/wp-json/wp/v2/faq/{parent}/revisions/{id}
DELETE /wp/v2/faq/{parent}/revisions/{id}
deleteWpV2FaqParentRevisionsId 3 params → 200401404
GET
/wp-json/wp/v2/faq/{id}/autosaves
GET /wp/v2/faq/{id}/autosaves
getWpV2FaqIdAutosaves 3 params → 200401404
POST
/wp-json/wp/v2/faq/{id}/autosaves
POST /wp/v2/faq/{id}/autosaves
postWpV2FaqIdAutosaves 1 param body → 200401404
GET
/wp-json/wp/v2/faq/{parent}/autosaves/{id}
GET /wp/v2/faq/{parent}/autosaves/{id}
getWpV2FaqParentAutosavesId 3 params → 200401404
GET
/wp-json/wp/v2/partner
GET /wp/v2/partner
getWpV2Partner 20 params → 200401404
POST
/wp-json/wp/v2/partner
POST /wp/v2/partner
postWpV2Partner body → 200401404
GET
/wp-json/wp/v2/partner/{id}
GET /wp/v2/partner/{id}
getWpV2PartnerId 3 params → 200401404
POST
/wp-json/wp/v2/partner/{id}
POST /wp/v2/partner/{id}
postWpV2PartnerId 1 param body → 200401404
PUT
/wp-json/wp/v2/partner/{id}
PUT /wp/v2/partner/{id}
putWpV2PartnerId 1 param body → 200401404
PATCH
/wp-json/wp/v2/partner/{id}
PATCH /wp/v2/partner/{id}
patchWpV2PartnerId 1 param body → 200401404
DELETE
/wp-json/wp/v2/partner/{id}
DELETE /wp/v2/partner/{id}
deleteWpV2PartnerId 2 params → 200401404
GET
/wp-json/wp/v2/partner/{parent}/revisions
GET /wp/v2/partner/{parent}/revisions
getWpV2PartnerParentRevisions 10 params → 200401404
GET
/wp-json/wp/v2/partner/{parent}/revisions/{id}
GET /wp/v2/partner/{parent}/revisions/{id}
getWpV2PartnerParentRevisionsId 3 params → 200401404
DELETE
/wp-json/wp/v2/partner/{parent}/revisions/{id}
DELETE /wp/v2/partner/{parent}/revisions/{id}
deleteWpV2PartnerParentRevisionsId 3 params → 200401404
GET
/wp-json/wp/v2/partner/{id}/autosaves
GET /wp/v2/partner/{id}/autosaves
getWpV2PartnerIdAutosaves 3 params → 200401404
POST
/wp-json/wp/v2/partner/{id}/autosaves
POST /wp/v2/partner/{id}/autosaves
postWpV2PartnerIdAutosaves 1 param body → 200401404
GET
/wp-json/wp/v2/partner/{parent}/autosaves/{id}
GET /wp/v2/partner/{parent}/autosaves/{id}
getWpV2PartnerParentAutosavesId 3 params → 200401404
GET
/wp-json/wp/v2/team
GET /wp/v2/team
getWpV2Team 22 params → 200401404
POST
/wp-json/wp/v2/team
POST /wp/v2/team
postWpV2Team body → 200401404
GET
/wp-json/wp/v2/team/{id}
GET /wp/v2/team/{id}
getWpV2TeamId 3 params → 200401404
POST
/wp-json/wp/v2/team/{id}
POST /wp/v2/team/{id}
postWpV2TeamId 1 param body → 200401404
PUT
/wp-json/wp/v2/team/{id}
PUT /wp/v2/team/{id}
putWpV2TeamId 1 param body → 200401404
PATCH
/wp-json/wp/v2/team/{id}
PATCH /wp/v2/team/{id}
patchWpV2TeamId 1 param body → 200401404
DELETE
/wp-json/wp/v2/team/{id}
DELETE /wp/v2/team/{id}
deleteWpV2TeamId 2 params → 200401404
GET
/wp-json/wp/v2/team/{id}/autosaves
GET /wp/v2/team/{id}/autosaves
getWpV2TeamIdAutosaves 3 params → 200401404
POST
/wp-json/wp/v2/team/{id}/autosaves
POST /wp/v2/team/{id}/autosaves
postWpV2TeamIdAutosaves 1 param body → 200401404
GET
/wp-json/wp/v2/team/{parent}/autosaves/{id}
GET /wp/v2/team/{parent}/autosaves/{id}
getWpV2TeamParentAutosavesId 3 params → 200401404
GET
/wp-json/wp/v2/career
GET /wp/v2/career
getWpV2Career 26 params → 200401404
POST
/wp-json/wp/v2/career
POST /wp/v2/career
postWpV2Career body → 200401404
GET
/wp-json/wp/v2/career/{id}
GET /wp/v2/career/{id}
getWpV2CareerId 3 params → 200401404
POST
/wp-json/wp/v2/career/{id}
POST /wp/v2/career/{id}
postWpV2CareerId 1 param body → 200401404
PUT
/wp-json/wp/v2/career/{id}
PUT /wp/v2/career/{id}
putWpV2CareerId 1 param body → 200401404
PATCH
/wp-json/wp/v2/career/{id}
PATCH /wp/v2/career/{id}
patchWpV2CareerId 1 param body → 200401404
DELETE
/wp-json/wp/v2/career/{id}
DELETE /wp/v2/career/{id}
deleteWpV2CareerId 2 params → 200401404
GET
/wp-json/wp/v2/career/{parent}/revisions
GET /wp/v2/career/{parent}/revisions
getWpV2CareerParentRevisions 10 params → 200401404
GET
/wp-json/wp/v2/career/{parent}/revisions/{id}
GET /wp/v2/career/{parent}/revisions/{id}
getWpV2CareerParentRevisionsId 3 params → 200401404
DELETE
/wp-json/wp/v2/career/{parent}/revisions/{id}
DELETE /wp/v2/career/{parent}/revisions/{id}
deleteWpV2CareerParentRevisionsId 3 params → 200401404
GET
/wp-json/wp/v2/career/{id}/autosaves
GET /wp/v2/career/{id}/autosaves
getWpV2CareerIdAutosaves 3 params → 200401404
POST
/wp-json/wp/v2/career/{id}/autosaves
POST /wp/v2/career/{id}/autosaves
postWpV2CareerIdAutosaves 1 param body → 200401404
GET
/wp-json/wp/v2/career/{parent}/autosaves/{id}
GET /wp/v2/career/{parent}/autosaves/{id}
getWpV2CareerParentAutosavesId 3 params → 200401404
GET
/wp-json/wp/v2/event
GET /wp/v2/event
getWpV2Event 22 params → 200401404
POST
/wp-json/wp/v2/event
POST /wp/v2/event
postWpV2Event body → 200401404
GET
/wp-json/wp/v2/event/{id}
GET /wp/v2/event/{id}
getWpV2EventId 3 params → 200401404
POST
/wp-json/wp/v2/event/{id}
POST /wp/v2/event/{id}
postWpV2EventId 1 param body → 200401404
PUT
/wp-json/wp/v2/event/{id}
PUT /wp/v2/event/{id}
putWpV2EventId 1 param body → 200401404
PATCH
/wp-json/wp/v2/event/{id}
PATCH /wp/v2/event/{id}
patchWpV2EventId 1 param body → 200401404
DELETE
/wp-json/wp/v2/event/{id}
DELETE /wp/v2/event/{id}
deleteWpV2EventId 2 params → 200401404
GET
/wp-json/wp/v2/event/{parent}/revisions
GET /wp/v2/event/{parent}/revisions
getWpV2EventParentRevisions 10 params → 200401404
GET
/wp-json/wp/v2/event/{parent}/revisions/{id}
GET /wp/v2/event/{parent}/revisions/{id}
getWpV2EventParentRevisionsId 3 params → 200401404
DELETE
/wp-json/wp/v2/event/{parent}/revisions/{id}
DELETE /wp/v2/event/{parent}/revisions/{id}
deleteWpV2EventParentRevisionsId 3 params → 200401404
GET
/wp-json/wp/v2/event/{id}/autosaves
GET /wp/v2/event/{id}/autosaves
getWpV2EventIdAutosaves 3 params → 200401404
POST
/wp-json/wp/v2/event/{id}/autosaves
POST /wp/v2/event/{id}/autosaves
postWpV2EventIdAutosaves 1 param body → 200401404
GET
/wp-json/wp/v2/event/{parent}/autosaves/{id}
GET /wp/v2/event/{parent}/autosaves/{id}
getWpV2EventParentAutosavesId 3 params → 200401404
GET
/wp-json/wp/v2/product
GET /wp/v2/product
getWpV2Product 32 params → 200401404
POST
/wp-json/wp/v2/product
POST /wp/v2/product
postWpV2Product body → 200401404
GET
/wp-json/wp/v2/product/{id}
GET /wp/v2/product/{id}
getWpV2ProductId 3 params → 200401404
POST
/wp-json/wp/v2/product/{id}
POST /wp/v2/product/{id}
postWpV2ProductId 1 param body → 200401404
PUT
/wp-json/wp/v2/product/{id}
PUT /wp/v2/product/{id}
putWpV2ProductId 1 param body → 200401404
PATCH
/wp-json/wp/v2/product/{id}
PATCH /wp/v2/product/{id}
patchWpV2ProductId 1 param body → 200401404
DELETE
/wp-json/wp/v2/product/{id}
DELETE /wp/v2/product/{id}
deleteWpV2ProductId 2 params → 200401404
GET
/wp-json/wp/v2/product/{parent}/revisions
GET /wp/v2/product/{parent}/revisions
getWpV2ProductParentRevisions 10 params → 200401404
GET
/wp-json/wp/v2/product/{parent}/revisions/{id}
GET /wp/v2/product/{parent}/revisions/{id}
getWpV2ProductParentRevisionsId 3 params → 200401404
DELETE
/wp-json/wp/v2/product/{parent}/revisions/{id}
DELETE /wp/v2/product/{parent}/revisions/{id}
deleteWpV2ProductParentRevisionsId 3 params → 200401404
GET
/wp-json/wp/v2/product/{id}/autosaves
GET /wp/v2/product/{id}/autosaves
getWpV2ProductIdAutosaves 3 params → 200401404
POST
/wp-json/wp/v2/product/{id}/autosaves
POST /wp/v2/product/{id}/autosaves
postWpV2ProductIdAutosaves 1 param body → 200401404
GET
/wp-json/wp/v2/product/{parent}/autosaves/{id}
GET /wp/v2/product/{parent}/autosaves/{id}
getWpV2ProductParentAutosavesId 3 params → 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/{type}
getWpV2TypesType 2 params → 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/{status}
getWpV2StatusesStatus 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/{taxonomy}
getWpV2TaxonomiesTaxonomy 2 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
postWpV2Categories body → 200401404
GET
/wp-json/wp/v2/categories/{id}
GET /wp/v2/categories/{id}
getWpV2CategoriesId 2 params → 200401404
POST
/wp-json/wp/v2/categories/{id}
POST /wp/v2/categories/{id}
postWpV2CategoriesId 1 param body → 200401404
PUT
/wp-json/wp/v2/categories/{id}
PUT /wp/v2/categories/{id}
putWpV2CategoriesId 1 param body → 200401404
PATCH
/wp-json/wp/v2/categories/{id}
PATCH /wp/v2/categories/{id}
patchWpV2CategoriesId 1 param body → 200401404
DELETE
/wp-json/wp/v2/categories/{id}
DELETE /wp/v2/categories/{id}
deleteWpV2CategoriesId 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
postWpV2Tags body → 200401404
GET
/wp-json/wp/v2/tags/{id}
GET /wp/v2/tags/{id}
getWpV2TagsId 2 params → 200401404
POST
/wp-json/wp/v2/tags/{id}
POST /wp/v2/tags/{id}
postWpV2TagsId 1 param body → 200401404
PUT
/wp-json/wp/v2/tags/{id}
PUT /wp/v2/tags/{id}
putWpV2TagsId 1 param body → 200401404
PATCH
/wp-json/wp/v2/tags/{id}
PATCH /wp/v2/tags/{id}
patchWpV2TagsId 1 param body → 200401404
DELETE
/wp-json/wp/v2/tags/{id}
DELETE /wp/v2/tags/{id}
deleteWpV2TagsId 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
postWpV2Menus body → 200401404
GET
/wp-json/wp/v2/menus/{id}
GET /wp/v2/menus/{id}
getWpV2MenusId 2 params → 200401404
POST
/wp-json/wp/v2/menus/{id}
POST /wp/v2/menus/{id}
postWpV2MenusId 1 param body → 200401404
PUT
/wp-json/wp/v2/menus/{id}
PUT /wp/v2/menus/{id}
putWpV2MenusId 1 param body → 200401404
PATCH
/wp-json/wp/v2/menus/{id}
PATCH /wp/v2/menus/{id}
patchWpV2MenusId 1 param body → 200401404
DELETE
/wp-json/wp/v2/menus/{id}
DELETE /wp/v2/menus/{id}
deleteWpV2MenusId 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
postWpV2WpPatternCategory body → 200401404
GET
/wp-json/wp/v2/wp_pattern_category/{id}
GET /wp/v2/wppatterncategory/{id}
getWpV2WpPatternCategoryId 2 params → 200401404
POST
/wp-json/wp/v2/wp_pattern_category/{id}
POST /wp/v2/wppatterncategory/{id}
postWpV2WpPatternCategoryId 1 param body → 200401404
PUT
/wp-json/wp/v2/wp_pattern_category/{id}
PUT /wp/v2/wppatterncategory/{id}
putWpV2WpPatternCategoryId 1 param body → 200401404
PATCH
/wp-json/wp/v2/wp_pattern_category/{id}
PATCH /wp/v2/wppatterncategory/{id}
patchWpV2WpPatternCategoryId 1 param body → 200401404
DELETE
/wp-json/wp/v2/wp_pattern_category/{id}
DELETE /wp/v2/wppatterncategory/{id}
deleteWpV2WpPatternCategoryId 2 params → 200401404
GET
/wp-json/wp/v2/product_line
GET /wp/v2/productline
getWpV2ProductLine 12 params → 200401404
POST
/wp-json/wp/v2/product_line
POST /wp/v2/productline
postWpV2ProductLine body → 200401404
GET
/wp-json/wp/v2/product_line/{id}
GET /wp/v2/productline/{id}
getWpV2ProductLineId 2 params → 200401404
POST
/wp-json/wp/v2/product_line/{id}
POST /wp/v2/productline/{id}
postWpV2ProductLineId 1 param body → 200401404
PUT
/wp-json/wp/v2/product_line/{id}
PUT /wp/v2/productline/{id}
putWpV2ProductLineId 1 param body → 200401404
PATCH
/wp-json/wp/v2/product_line/{id}
PATCH /wp/v2/productline/{id}
patchWpV2ProductLineId 1 param body → 200401404
DELETE
/wp-json/wp/v2/product_line/{id}
DELETE /wp/v2/productline/{id}
deleteWpV2ProductLineId 2 params → 200401404
GET
/wp-json/wp/v2/output_power
GET /wp/v2/outputpower
getWpV2OutputPower 12 params → 200401404
POST
/wp-json/wp/v2/output_power
POST /wp/v2/outputpower
postWpV2OutputPower body → 200401404
GET
/wp-json/wp/v2/output_power/{id}
GET /wp/v2/outputpower/{id}
getWpV2OutputPowerId 2 params → 200401404
POST
/wp-json/wp/v2/output_power/{id}
POST /wp/v2/outputpower/{id}
postWpV2OutputPowerId 1 param body → 200401404
PUT
/wp-json/wp/v2/output_power/{id}
PUT /wp/v2/outputpower/{id}
putWpV2OutputPowerId 1 param body → 200401404
PATCH
/wp-json/wp/v2/output_power/{id}
PATCH /wp/v2/outputpower/{id}
patchWpV2OutputPowerId 1 param body → 200401404
DELETE
/wp-json/wp/v2/output_power/{id}
DELETE /wp/v2/outputpower/{id}
deleteWpV2OutputPowerId 2 params → 200401404
GET
/wp-json/wp/v2/form_factor
GET /wp/v2/formfactor
getWpV2FormFactor 12 params → 200401404
POST
/wp-json/wp/v2/form_factor
POST /wp/v2/formfactor
postWpV2FormFactor body → 200401404
GET
/wp-json/wp/v2/form_factor/{id}
GET /wp/v2/formfactor/{id}
getWpV2FormFactorId 2 params → 200401404
POST
/wp-json/wp/v2/form_factor/{id}
POST /wp/v2/formfactor/{id}
postWpV2FormFactorId 1 param body → 200401404
PUT
/wp-json/wp/v2/form_factor/{id}
PUT /wp/v2/formfactor/{id}
putWpV2FormFactorId 1 param body → 200401404
PATCH
/wp-json/wp/v2/form_factor/{id}
PATCH /wp/v2/formfactor/{id}
patchWpV2FormFactorId 1 param body → 200401404
DELETE
/wp-json/wp/v2/form_factor/{id}
DELETE /wp/v2/formfactor/{id}
deleteWpV2FormFactorId 2 params → 200401404
GET
/wp-json/wp/v2/tuning_range
GET /wp/v2/tuningrange
getWpV2TuningRange 12 params → 200401404
POST
/wp-json/wp/v2/tuning_range
POST /wp/v2/tuningrange
postWpV2TuningRange body → 200401404
GET
/wp-json/wp/v2/tuning_range/{id}
GET /wp/v2/tuningrange/{id}
getWpV2TuningRangeId 2 params → 200401404
POST
/wp-json/wp/v2/tuning_range/{id}
POST /wp/v2/tuningrange/{id}
postWpV2TuningRangeId 1 param body → 200401404
PUT
/wp-json/wp/v2/tuning_range/{id}
PUT /wp/v2/tuningrange/{id}
putWpV2TuningRangeId 1 param body → 200401404
PATCH
/wp-json/wp/v2/tuning_range/{id}
PATCH /wp/v2/tuningrange/{id}
patchWpV2TuningRangeId 1 param body → 200401404
DELETE
/wp-json/wp/v2/tuning_range/{id}
DELETE /wp/v2/tuningrange/{id}
deleteWpV2TuningRangeId 2 params → 200401404
GET
/wp-json/wp/v2/target_application
GET /wp/v2/targetapplication
getWpV2TargetApplication 12 params → 200401404
POST
/wp-json/wp/v2/target_application
POST /wp/v2/targetapplication
postWpV2TargetApplication body → 200401404
GET
/wp-json/wp/v2/target_application/{id}
GET /wp/v2/targetapplication/{id}
getWpV2TargetApplicationId 2 params → 200401404
POST
/wp-json/wp/v2/target_application/{id}
POST /wp/v2/targetapplication/{id}
postWpV2TargetApplicationId 1 param body → 200401404
PUT
/wp-json/wp/v2/target_application/{id}
PUT /wp/v2/targetapplication/{id}
putWpV2TargetApplicationId 1 param body → 200401404
PATCH
/wp-json/wp/v2/target_application/{id}
PATCH /wp/v2/targetapplication/{id}
patchWpV2TargetApplicationId 1 param body → 200401404
DELETE
/wp-json/wp/v2/target_application/{id}
DELETE /wp/v2/targetapplication/{id}
deleteWpV2TargetApplicationId 2 params → 200401404
GET
/wp-json/wp/v2/temperature
GET /wp/v2/temperature
getWpV2Temperature 12 params → 200401404
POST
/wp-json/wp/v2/temperature
POST /wp/v2/temperature
postWpV2Temperature body → 200401404
GET
/wp-json/wp/v2/temperature/{id}
GET /wp/v2/temperature/{id}
getWpV2TemperatureId 2 params → 200401404
POST
/wp-json/wp/v2/temperature/{id}
POST /wp/v2/temperature/{id}
postWpV2TemperatureId 1 param body → 200401404
PUT
/wp-json/wp/v2/temperature/{id}
PUT /wp/v2/temperature/{id}
putWpV2TemperatureId 1 param body → 200401404
PATCH
/wp-json/wp/v2/temperature/{id}
PATCH /wp/v2/temperature/{id}
patchWpV2TemperatureId 1 param body → 200401404
DELETE
/wp-json/wp/v2/temperature/{id}
DELETE /wp/v2/temperature/{id}
deleteWpV2TemperatureId 2 params → 200401404
GET
/wp-json/wp/v2/management_interface
GET /wp/v2/managementinterface
getWpV2ManagementInterface 12 params → 200401404
POST
/wp-json/wp/v2/management_interface
POST /wp/v2/managementinterface
postWpV2ManagementInterface body → 200401404
GET
/wp-json/wp/v2/management_interface/{id}
GET /wp/v2/managementinterface/{id}
getWpV2ManagementInterfaceId 2 params → 200401404
POST
/wp-json/wp/v2/management_interface/{id}
POST /wp/v2/managementinterface/{id}
postWpV2ManagementInterfaceId 1 param body → 200401404
PUT
/wp-json/wp/v2/management_interface/{id}
PUT /wp/v2/managementinterface/{id}
putWpV2ManagementInterfaceId 1 param body → 200401404
PATCH
/wp-json/wp/v2/management_interface/{id}
PATCH /wp/v2/managementinterface/{id}
patchWpV2ManagementInterfaceId 1 param body → 200401404
DELETE
/wp-json/wp/v2/management_interface/{id}
DELETE /wp/v2/managementinterface/{id}
deleteWpV2ManagementInterfaceId 2 params → 200401404
GET
/wp-json/wp/v2/faq-category
GET /wp/v2/faq-category
getWpV2FaqCategory 12 params → 200401404
POST
/wp-json/wp/v2/faq-category
POST /wp/v2/faq-category
postWpV2FaqCategory body → 200401404
GET
/wp-json/wp/v2/faq-category/{id}
GET /wp/v2/faq-category/{id}
getWpV2FaqCategoryId 2 params → 200401404
POST
/wp-json/wp/v2/faq-category/{id}
POST /wp/v2/faq-category/{id}
postWpV2FaqCategoryId 1 param body → 200401404
PUT
/wp-json/wp/v2/faq-category/{id}
PUT /wp/v2/faq-category/{id}
putWpV2FaqCategoryId 1 param body → 200401404
PATCH
/wp-json/wp/v2/faq-category/{id}
PATCH /wp/v2/faq-category/{id}
patchWpV2FaqCategoryId 1 param body → 200401404
DELETE
/wp-json/wp/v2/faq-category/{id}
DELETE /wp/v2/faq-category/{id}
deleteWpV2FaqCategoryId 2 params → 200401404
GET
/wp-json/wp/v2/function
GET /wp/v2/function
getWpV2Function 12 params → 200401404
POST
/wp-json/wp/v2/function
POST /wp/v2/function
postWpV2Function body → 200401404
GET
/wp-json/wp/v2/function/{id}
GET /wp/v2/function/{id}
getWpV2FunctionId 2 params → 200401404
POST
/wp-json/wp/v2/function/{id}
POST /wp/v2/function/{id}
postWpV2FunctionId 1 param body → 200401404
PUT
/wp-json/wp/v2/function/{id}
PUT /wp/v2/function/{id}
putWpV2FunctionId 1 param body → 200401404
PATCH
/wp-json/wp/v2/function/{id}
PATCH /wp/v2/function/{id}
patchWpV2FunctionId 1 param body → 200401404
DELETE
/wp-json/wp/v2/function/{id}
DELETE /wp/v2/function/{id}
deleteWpV2FunctionId 2 params → 200401404
GET
/wp-json/wp/v2/location
GET /wp/v2/location
getWpV2Location 12 params → 200401404
POST
/wp-json/wp/v2/location
POST /wp/v2/location
postWpV2Location body → 200401404
GET
/wp-json/wp/v2/location/{id}
GET /wp/v2/location/{id}
getWpV2LocationId 2 params → 200401404
POST
/wp-json/wp/v2/location/{id}
POST /wp/v2/location/{id}
postWpV2LocationId 1 param body → 200401404
PUT
/wp-json/wp/v2/location/{id}
PUT /wp/v2/location/{id}
putWpV2LocationId 1 param body → 200401404
PATCH
/wp-json/wp/v2/location/{id}
PATCH /wp/v2/location/{id}
patchWpV2LocationId 1 param body → 200401404
DELETE
/wp-json/wp/v2/location/{id}
DELETE /wp/v2/location/{id}
deleteWpV2LocationId 2 params → 200401404
GET
/wp-json/wp/v2/partner-category
GET /wp/v2/partner-category
getWpV2PartnerCategory 12 params → 200401404
POST
/wp-json/wp/v2/partner-category
POST /wp/v2/partner-category
postWpV2PartnerCategory body → 200401404
GET
/wp-json/wp/v2/partner-category/{id}
GET /wp/v2/partner-category/{id}
getWpV2PartnerCategoryId 2 params → 200401404
POST
/wp-json/wp/v2/partner-category/{id}
POST /wp/v2/partner-category/{id}
postWpV2PartnerCategoryId 1 param body → 200401404
PUT
/wp-json/wp/v2/partner-category/{id}
PUT /wp/v2/partner-category/{id}
putWpV2PartnerCategoryId 1 param body → 200401404
PATCH
/wp-json/wp/v2/partner-category/{id}
PATCH /wp/v2/partner-category/{id}
patchWpV2PartnerCategoryId 1 param body → 200401404
DELETE
/wp-json/wp/v2/partner-category/{id}
DELETE /wp/v2/partner-category/{id}
deleteWpV2PartnerCategoryId 2 params → 200401404
GET
/wp-json/wp/v2/career_department
GET /wp/v2/careerdepartment
getWpV2CareerDepartment 12 params → 200401404
POST
/wp-json/wp/v2/career_department
POST /wp/v2/careerdepartment
postWpV2CareerDepartment body → 200401404
GET
/wp-json/wp/v2/career_department/{id}
GET /wp/v2/careerdepartment/{id}
getWpV2CareerDepartmentId 2 params → 200401404
POST
/wp-json/wp/v2/career_department/{id}
POST /wp/v2/careerdepartment/{id}
postWpV2CareerDepartmentId 1 param body → 200401404
PUT
/wp-json/wp/v2/career_department/{id}
PUT /wp/v2/careerdepartment/{id}
putWpV2CareerDepartmentId 1 param body → 200401404
PATCH
/wp-json/wp/v2/career_department/{id}
PATCH /wp/v2/careerdepartment/{id}
patchWpV2CareerDepartmentId 1 param body → 200401404
DELETE
/wp-json/wp/v2/career_department/{id}
DELETE /wp/v2/careerdepartment/{id}
deleteWpV2CareerDepartmentId 2 params → 200401404
GET
/wp-json/wp/v2/career_location
GET /wp/v2/careerlocation
getWpV2CareerLocation 12 params → 200401404
POST
/wp-json/wp/v2/career_location
POST /wp/v2/careerlocation
postWpV2CareerLocation body → 200401404
GET
/wp-json/wp/v2/career_location/{id}
GET /wp/v2/careerlocation/{id}
getWpV2CareerLocationId 2 params → 200401404
POST
/wp-json/wp/v2/career_location/{id}
POST /wp/v2/careerlocation/{id}
postWpV2CareerLocationId 1 param body → 200401404
PUT
/wp-json/wp/v2/career_location/{id}
PUT /wp/v2/careerlocation/{id}
putWpV2CareerLocationId 1 param body → 200401404
PATCH
/wp-json/wp/v2/career_location/{id}
PATCH /wp/v2/careerlocation/{id}
patchWpV2CareerLocationId 1 param body → 200401404
DELETE
/wp-json/wp/v2/career_location/{id}
DELETE /wp/v2/careerlocation/{id}
deleteWpV2CareerLocationId 2 params → 200401404
GET
/wp-json/wp/v2/career_employment_type
GET /wp/v2/careeremploymenttype
getWpV2CareerEmploymentType 12 params → 200401404
POST
/wp-json/wp/v2/career_employment_type
POST /wp/v2/careeremploymenttype
postWpV2CareerEmploymentType body → 200401404
GET
/wp-json/wp/v2/career_employment_type/{id}
GET /wp/v2/careeremploymenttype/{id}
getWpV2CareerEmploymentTypeId 2 params → 200401404
POST
/wp-json/wp/v2/career_employment_type/{id}
POST /wp/v2/careeremploymenttype/{id}
postWpV2CareerEmploymentTypeId 1 param body → 200401404
PUT
/wp-json/wp/v2/career_employment_type/{id}
PUT /wp/v2/careeremploymenttype/{id}
putWpV2CareerEmploymentTypeId 1 param body → 200401404
PATCH
/wp-json/wp/v2/career_employment_type/{id}
PATCH /wp/v2/careeremploymenttype/{id}
patchWpV2CareerEmploymentTypeId 1 param body → 200401404
DELETE
/wp-json/wp/v2/career_employment_type/{id}
DELETE /wp/v2/careeremploymenttype/{id}
deleteWpV2CareerEmploymentTypeId 2 params → 200401404
GET
/wp-json/wp/v2/career_workspace_type
GET /wp/v2/careerworkspacetype
getWpV2CareerWorkspaceType 12 params → 200401404
POST
/wp-json/wp/v2/career_workspace_type
POST /wp/v2/careerworkspacetype
postWpV2CareerWorkspaceType body → 200401404
GET
/wp-json/wp/v2/career_workspace_type/{id}
GET /wp/v2/careerworkspacetype/{id}
getWpV2CareerWorkspaceTypeId 2 params → 200401404
POST
/wp-json/wp/v2/career_workspace_type/{id}
POST /wp/v2/careerworkspacetype/{id}
postWpV2CareerWorkspaceTypeId 1 param body → 200401404
PUT
/wp-json/wp/v2/career_workspace_type/{id}
PUT /wp/v2/careerworkspacetype/{id}
putWpV2CareerWorkspaceTypeId 1 param body → 200401404
PATCH
/wp-json/wp/v2/career_workspace_type/{id}
PATCH /wp/v2/careerworkspacetype/{id}
patchWpV2CareerWorkspaceTypeId 1 param body → 200401404
DELETE
/wp-json/wp/v2/career_workspace_type/{id}
DELETE /wp/v2/careerworkspacetype/{id}
deleteWpV2CareerWorkspaceTypeId 2 params → 200401404
GET
/wp-json/wp/v2/event_type
GET /wp/v2/eventtype
getWpV2EventType 12 params → 200401404
POST
/wp-json/wp/v2/event_type
POST /wp/v2/eventtype
postWpV2EventType body → 200401404
GET
/wp-json/wp/v2/event_type/{id}
GET /wp/v2/eventtype/{id}
getWpV2EventTypeId 2 params → 200401404
POST
/wp-json/wp/v2/event_type/{id}
POST /wp/v2/eventtype/{id}
postWpV2EventTypeId 1 param body → 200401404
PUT
/wp-json/wp/v2/event_type/{id}
PUT /wp/v2/eventtype/{id}
putWpV2EventTypeId 1 param body → 200401404
PATCH
/wp-json/wp/v2/event_type/{id}
PATCH /wp/v2/eventtype/{id}
patchWpV2EventTypeId 1 param body → 200401404
DELETE
/wp-json/wp/v2/event_type/{id}
DELETE /wp/v2/eventtype/{id}
deleteWpV2EventTypeId 2 params → 200401404
GET
/wp-json/wp/v2/event_region
GET /wp/v2/eventregion
getWpV2EventRegion 12 params → 200401404
POST
/wp-json/wp/v2/event_region
POST /wp/v2/eventregion
postWpV2EventRegion body → 200401404
GET
/wp-json/wp/v2/event_region/{id}
GET /wp/v2/eventregion/{id}
getWpV2EventRegionId 2 params → 200401404
POST
/wp-json/wp/v2/event_region/{id}
POST /wp/v2/eventregion/{id}
postWpV2EventRegionId 1 param body → 200401404
PUT
/wp-json/wp/v2/event_region/{id}
PUT /wp/v2/eventregion/{id}
putWpV2EventRegionId 1 param body → 200401404
PATCH
/wp-json/wp/v2/event_region/{id}
PATCH /wp/v2/eventregion/{id}
patchWpV2EventRegionId 1 param body → 200401404
DELETE
/wp-json/wp/v2/event_region/{id}
DELETE /wp/v2/eventregion/{id}
deleteWpV2EventRegionId 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
postWpV2UsersMe body → 200401404
PUT
/wp-json/wp/v2/users/me
PUT /wp/v2/users/me
putWpV2UsersMe body → 200401404
PATCH
/wp-json/wp/v2/users/me
PATCH /wp/v2/users/me
patchWpV2UsersMe body → 200401404
DELETE
/wp-json/wp/v2/users/me
DELETE /wp/v2/users/me
deleteWpV2UsersMe 2 params → 200401404
GET
/wp-json/wp/v2/users/{user_id}/application-passwords
GET /wp/v2/users/{userid}/application-passwords
getWpV2UsersUserIdApplicationPasswords 2 params → 200401404
POST
/wp-json/wp/v2/users/{user_id}/application-passwords
POST /wp/v2/users/{userid}/application-passwords
postWpV2UsersUserIdApplicationPasswords 1 param body → 200401404
DELETE
/wp-json/wp/v2/users/{user_id}/application-passwords
DELETE /wp/v2/users/{userid}/application-passwords
deleteWpV2UsersUserIdApplicationPasswords 1 param → 200401404
GET
/wp-json/wp/v2/users/{user_id}/application-passwords/introspect
GET /wp/v2/users/{userid}/application-passwords/introspect
getWpV2UsersUserIdApplicationPasswordsIntrospect 2 params → 200401404
GET
/wp-json/wp/v2/users/{user_id}/application-passwords/{uuid}
GET /wp/v2/users/{userid}/application-passwords/{uuid}
getWpV2UsersUserIdApplicationPasswordsUuid 3 params → 200401404
POST
/wp-json/wp/v2/users/{user_id}/application-passwords/{uuid}
POST /wp/v2/users/{userid}/application-passwords/{uuid}
postWpV2UsersUserIdApplicationPasswordsUuid 2 params body → 200401404
PUT
/wp-json/wp/v2/users/{user_id}/application-passwords/{uuid}
PUT /wp/v2/users/{userid}/application-passwords/{uuid}
putWpV2UsersUserIdApplicationPasswordsUuid 2 params body → 200401404
PATCH
/wp-json/wp/v2/users/{user_id}/application-passwords/{uuid}
PATCH /wp/v2/users/{userid}/application-passwords/{uuid}
patchWpV2UsersUserIdApplicationPasswordsUuid 2 params body → 200401404
DELETE
/wp-json/wp/v2/users/{user_id}/application-passwords/{uuid}
DELETE /wp/v2/users/{userid}/application-passwords/{uuid}
deleteWpV2UsersUserIdApplicationPasswordsUuid 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
postWpV2Comments body → 200401404
GET
/wp-json/wp/v2/comments/{id}
GET /wp/v2/comments/{id}
getWpV2CommentsId 3 params → 200401404
POST
/wp-json/wp/v2/comments/{id}
POST /wp/v2/comments/{id}
postWpV2CommentsId 1 param body → 200401404
PUT
/wp-json/wp/v2/comments/{id}
PUT /wp/v2/comments/{id}
putWpV2CommentsId 1 param body → 200401404
PATCH
/wp-json/wp/v2/comments/{id}
PATCH /wp/v2/comments/{id}
patchWpV2CommentsId 1 param body → 200401404
DELETE
/wp-json/wp/v2/comments/{id}
DELETE /wp/v2/comments/{id}
deleteWpV2CommentsId 3 params → 200401404
GET
/wp-json/wp/v2/search
GET /wp/v2/search
getWpV2Search 8 params → 200401404
GET
/wp-json/wp/v2/block-renderer/{name}
GET /wp/v2/block-renderer/{name}
getWpV2BlockRendererName 4 params → 200401404
POST
/wp-json/wp/v2/block-renderer/{name}
POST /wp/v2/block-renderer/{name}
postWpV2BlockRendererName 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/{namespace}
getWpV2BlockTypesNamespace 2 params → 200401404
GET
/wp-json/wp/v2/block-types/{namespace}/{name}
GET /wp/v2/block-types/{namespace}/{name}
getWpV2BlockTypesNamespaceName 3 params → 200401404
GET
/wp-json/wp/v2/settings
GET /wp/v2/settings
getWpV2Settings → 200401404
POST
/wp-json/wp/v2/settings
POST /wp/v2/settings
postWpV2Settings body → 200401404
PUT
/wp-json/wp/v2/settings
PUT /wp/v2/settings
putWpV2Settings body → 200401404
PATCH
/wp-json/wp/v2/settings
PATCH /wp/v2/settings
patchWpV2Settings body → 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/{stylesheet}
getWpV2ThemesStylesheet 1 param → 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
postWpV2Plugins body → 200401404
GET
/wp-json/wp/v2/plugins/{plugin}
GET /wp/v2/plugins/{plugin}
getWpV2PluginsPlugin 2 params → 200401404
POST
/wp-json/wp/v2/plugins/{plugin}
POST /wp/v2/plugins/{plugin}
postWpV2PluginsPlugin 1 param body → 200401404
PUT
/wp-json/wp/v2/plugins/{plugin}
PUT /wp/v2/plugins/{plugin}
putWpV2PluginsPlugin 1 param body → 200401404
PATCH
/wp-json/wp/v2/plugins/{plugin}
PATCH /wp/v2/plugins/{plugin}
patchWpV2PluginsPlugin 1 param body → 200401404
DELETE
/wp-json/wp/v2/plugins/{plugin}
DELETE /wp/v2/plugins/{plugin}
deleteWpV2PluginsPlugin 2 params → 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/{id}
getWpV2SidebarsId 2 params → 200401404
POST
/wp-json/wp/v2/sidebars/{id}
POST /wp/v2/sidebars/{id}
postWpV2SidebarsId 1 param body → 200401404
PUT
/wp-json/wp/v2/sidebars/{id}
PUT /wp/v2/sidebars/{id}
putWpV2SidebarsId 1 param body → 200401404
PATCH
/wp-json/wp/v2/sidebars/{id}
PATCH /wp/v2/sidebars/{id}
patchWpV2SidebarsId 1 param body → 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/{id}
getWpV2WidgetTypesId 2 params → 200401404
POST
/wp-json/wp/v2/widget-types/{id}/encode
POST /wp/v2/widget-types/{id}/encode
postWpV2WidgetTypesIdEncode 1 param body → 200401404
POST
/wp-json/wp/v2/widget-types/{id}/render
POST /wp/v2/widget-types/{id}/render
postWpV2WidgetTypesIdRender 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
postWpV2Widgets body → 200401404
GET
/wp-json/wp/v2/widgets/{id}
GET /wp/v2/widgets/{id}
getWpV2WidgetsId 2 params → 200401404
POST
/wp-json/wp/v2/widgets/{id}
POST /wp/v2/widgets/{id}
postWpV2WidgetsId 1 param body → 200401404
PUT
/wp-json/wp/v2/widgets/{id}
PUT /wp/v2/widgets/{id}
putWpV2WidgetsId 1 param body → 200401404
PATCH
/wp-json/wp/v2/widgets/{id}
PATCH /wp/v2/widgets/{id}
patchWpV2WidgetsId 1 param body → 200401404
DELETE
/wp-json/wp/v2/widgets/{id}
DELETE /wp/v2/widgets/{id}
deleteWpV2WidgetsId 2 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/pattern-directory/patterns
GET /wp/v2/pattern-directory/patterns
getWpV2PatternDirectoryPatterns 10 params → 200401404
GET
/wp-json/wp/v2/block-patterns/patterns
GET /wp/v2/block-patterns/patterns
getWpV2BlockPatternsPatterns → 200401404
GET
/wp-json/wp/v2/block-patterns/categories
GET /wp/v2/block-patterns/categories
getWpV2BlockPatternsCategories → 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/{location}
getWpV2MenuLocationsLocation 2 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/{slug}
getWpV2FontCollectionsSlug 2 params → 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/{name}
getWpV2IconsName 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

effect-photonics-wp-v2-api-openapi.yml Raw ↑

Other APIs EFFECT Photonics publishes across the network.

EFFECT Photonics Effect/v1 API
EFFECT Photonics MCP API
EFFECT Photonics Wp Abilities/v1 API
EFFECT Photonics Oembed/1.0 API
EFFECT Photonics Root API
Where this information came from

This is an independent, third-party profile of EFFECT Photonics 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.