Skip to main content
Version: v1.0

Tolgee REST API Specification

If you would like to get the OpenAPI specification in JSON format, you can download it. here.

If you are more familiar with Swagger UI, follow this link here. There, you can also find internal API specifications that are not intended for public use.

Authentication

Security Scheme Type:http
HTTP Authorization Scheme:bearer
Bearer format:JWT
  • The Bearer Auth (JWT Token) is used internally by the Tolgee Platform frontend. Some of the endpoints require a Super JWT token, which requires two-factor authentication and is only valid for a short period of time.
  • The project API endpoints /v2/projects/:projectId/... can be accessed with Project API key
  • The non-project API endpoints have to be accessed with PAT (Personal access token)

The allowed authentication methods are specified for each endpoint.