---
title: "Get Website Wordpress Mapping"
method: GET
path: "/api/v1/website/properties/{property_id}/wordpress-mapping"
tags: ["website"]
---

# Get Website Wordpress Mapping

`GET /api/v1/website/properties/{property_id}/wordpress-mapping`

The captured site's pages matched to their WordPress objects by exact
permalink path (never guessed — defense 15). 422 when the property has no
WordPress connection or no completed capture.

## Path parameters

- `property_id` string, uuid, required

## Response `200`

Successful Response

- WebsiteWordPressMapping
  - `snapshot_id` string, uuid, required
  - `matched` MappedPage[], required
    - `path` string, required
    - `title` string, nullable
    - `content_type` string, required
    - `object_id` integer, required
    - `wp_status` string, nullable
  - `unmatched_pages` UnmatchedPage[], required
    - `path` string, required
    - `reason` string, required
  - `unmatched_wp_objects` UnmatchedWpObject[], required
    - `content_type` string, required
    - `object_id` integer, required
    - `link_path` string, required

## Other responses

- `403` — Error
- `404` — Error
- `422` — Error

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/c0f54348e251/schema)
