Testing Tokens

Tokens meant for use by end-to-end test suites in requests to the Frontend API, so as to bypass bot detection measures.

Retrieve a new testing token

Retrieve a new testing token. Only available for development instances.

SecuritybearerAuth
Responses
200

A Testing Token

400

The instance is a production instance, but this endpoint is only available in development instances.

post/testing_tokens
Response samples
application/json
{
  • "object": "testing_token",
  • "token": "1713877200-c_2J2MvPu9PnXcuhbPZNao0LOXqK9A7YrnBn0HmIWxy",
  • "expires_at": 1713880800
}