Skip to content

Overview

The Testomato REST API provides simple interfaces for the core Testomato functionality. To use this REST API, your application makes an HTTP request and parses the JSON-formatted response. All API endpoints require authentication using an API token.

If you’d like to contribute to our roadmap, we’d love to hear your suggestions — support@testomato.com

The Testomato API Token can be obtained from the Account settings or directly through the API by a POST request sent to /api/authenticate. Visit Get API token for more information.

The Testomato API token uses the JWT schema.

Retired: ?apikey= in the query string. Older integrations authenticated by appending an API key to the URL. That is rejected now — the API answers API key authentication is deprecated. Switch to the JWT token instead. Request a token from POST /api/authenticate and send it as Authorization: Bearer <token>.

Security scheme type: http

Bearer format: JWT