{ "opencollection": "1.0.0", "info": { "name": "Harbinger Health WordPress REST API (wp/v2) Taxonomies API", "version": "2.0.0" }, "items": [ { "info": { "name": "taxonomies", "type": "folder" }, "items": [ { "info": { "name": "GET /wp/v2/taxonomies", "type": "http" }, "http": { "method": "GET", "url": "https://harbinger-health.com/wp-json/wp/v2/taxonomies", "params": [ { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." }, { "name": "type", "value": "", "type": "query", "description": "Limit results to taxonomies associated with a specific post type." } ] }, "docs": "GET /wp/v2/taxonomies" }, { "info": { "name": "GET /wp/v2/taxonomies/{taxonomy}", "type": "http" }, "http": { "method": "GET", "url": "https://harbinger-health.com/wp-json/wp/v2/taxonomies/:taxonomy", "params": [ { "name": "taxonomy", "value": "", "type": "path", "description": "Path segment captured by the WordPress route regex." }, { "name": "context", "value": "", "type": "query", "description": "Scope under which the request is made; determines fields present in response." } ] }, "docs": "GET /wp/v2/taxonomies/{taxonomy}" } ] } ], "bundled": true }