---
title: "Test Token"
method: POST
path: "/v1/oauth2/test-token"
tags: ["Authentication"]
---

# Test Token

`POST /v1/oauth2/test-token`

This endpoint validates the access token and retrieves the associated `clientId` and `organizationId`.


Possible Codes in Error Response (see [Errors](https://docs.volteras.com/api-reference/errors) for error response schema and meaning of codes):

- AUTHENTICATION_ERROR
- REQUEST_VALIDATION_ERROR
- SERVER_ERROR

## Response `200`

Successful Response

- APIAccess — Schema of APIAccess. Contains info about the authenticated APIAccess.
  - `clientId` string, required — Your client ID.
  - `organizationId` string, required — ID of your organization.

---

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