API Documentation

This is the documentation for the available API endpoints, built on REST architecture. All API requests return a JSON response with standard HTTP status codes and require Bearer Authentication using an API key.

Authentication

All API endpoints require an API key sent via the Bearer Authentication method.

curl --request GET \
--url 'https://toolzen.ru/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
All API request results operate in the UTC timezone unless otherwise specified.
User
Logs