v13

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-04237161688.6 KB
Testing Tokens

Retrieve a new testing token

Retrieve a new testing token.

post/testing_tokens

Response

A Testing Token

object'testing_token' required
tokenstring 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_atinteger required

Unix timestamp of the token's expiration time.

Example response

{
  "token": "1713877200-c_2J2MvPu9PnXcuhbPZNao0LOXqK9A7YrnBn0HmIWxy",
  "expires_at": 1713880800
}