---
title: "Validate an access token for proper signature, format, expiration, and active status"
method: POST
path: "/auth/accessTokens/{token}/validate"
tags: ["auth"]
---

# Validate an access token for proper signature, format, expiration, and active status

`POST /auth/accessTokens/{token}/validate`

Possible error names: TokenExpiredError, JsonWebTokenError, TokenNotFoundError<br/><br/>__Endpoint name__: validateAccessToken

## Path parameters

- `token` string, required

## Response `200`

Successful

- object
  - `data` object
    - `isValid` boolean
    - `err` object
      - `name` string
      - `message` string
  - `meta` object
    - `accessToken` object, nullable
      - `scopeUpdatedAt` string, date
    - `siteSpecificAccess` object, nullable
      - `isSiteSpecific` boolean
      - `siteIds` integer[], nullable
      - `siteIdsByScope` object, nullable
        - `string` integer[], nullable

---

[API](https://skmtc.net/openpath/apis/openpath-api-documentation.md) · [All operations](https://skmtc.net/openpath/apis/openpath-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openpath/openpath-api-documentation/revisions/d8a888c114fa/schema)
