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.

SecuritybearerAuth
Responses
200

A Testing Token

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