---
title: "Retrieve a new testing token"
method: POST
path: "/testing_tokens"
tags: ["Testing Tokens"]
---

# Retrieve a new testing token

`POST /testing_tokens`

Retrieve a new testing token.

## Response `200`

A Testing Token

- TestingToken
  - `object` 'testing_token', required
  - `token` string, required — The actual token. This value is meant to be passed in the `__clerk_testing_token` query parameter with requests to the Frontend API.
  - `expires_at` integer, required — Unix timestamp of the token's expiration time.

---

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