---
title: "Validate subscriber token"
method: POST
path: "/stakeholder-comms/cloudId/{cloudId}/api/subscribers/validate_token"
tags: ["Status Page"]
---

# Validate subscriber token

`POST /stakeholder-comms/cloudId/{cloudId}/api/subscribers/validate_token`

Validate a subscriber token in Status page.

## Request body

- StakeholderCommsSubscriberValidateTokenRequest — Request to validate a subscriber token.
  - `token` string — Subscriber token to validate.

## Response `200`

Returned if the token is successfully validated.

- StakeholderCommsSubscriberValidateTokenResponse — Response for validating a subscriber token.
  - `valid` boolean — Whether the token is valid.
  - `message` string — Optional message about the validation result.
  - `error` string — Error message, if the operation was not successful.

## Other responses

- `400` — Returned if the request is invalid.
- `401` — Returned if the authentication credentials are incorrect.
- `403` — Returned if the user does not have permission to validate the token.
- `404` — Returned if the token is not associated with any subscriber.
- `500` — Returned if an internal server error occurs.

---

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