---
title: "Validate Token"
method: POST
path: "/api/v2/any_channel/validate_token"
tags: ["Channel Framework"]
---

# Validate Token

`POST /api/v2/any_channel/validate_token`

#### Allowed For

* Admins

#### Request parameters

The POST request takes a JSON object parameter which contains the token to be validated.

| Name               | Type      | Required  | Comments
| ------------------ | ----------| --------- | -------------------
| instance_push_id   | string    | yes       | The ID of the account to which data will be pushed. This was passed to the integration service when the administrator set up the account
| request_id         | string    | no        | A unique identifier for the push request

#### Response format

The response body is empty.

## Response `200`

Success response

- string — Empty response

---

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