---
title: "Check if Status page name is unique"
method: GET
path: "/stakeholder-comms/cloudId/{cloudId}/api/pages/validate/name/{name}"
tags: ["Status Page"]
---

# Check if Status page name is unique

`GET /stakeholder-comms/cloudId/{cloudId}/api/pages/validate/name/{name}`

Check if a page name is unique and available for use.

## Path parameters

- `name` string, required

## Response `200`

Returned if the request is successful.

- StakeholderCommsValidationResponse — Response for validation operations.
  - `valid` boolean — Whether the validation passed.
  - `message` string — Validation message.
  - `error` string — Error message, if the validation failed.

## Other responses

- `400` — Returned if the request is invalid.
- `401` — Returned if the authentication credentials are incorrect.
- `500` — Returned if an internal server error occurs.

---

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