API Documentation
The TisTos API gives you seamless access to powerful features of TisTos, making it easy to integrate and automate your workflows.
Built on REST architecture, our API delivers structured JSON responses with standard HTTP status codes.
To get started, use Bearer Authentication by including your API Key as a token in the request header.
Authentication
All the API endpoints require an API key sent by the Bearer Authentication method.
curl --request GET \
--url 'https://tistos.com/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://tistos.com/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \