https://api.example.test/v1
Developer API
Simple API for application data, service metadata and automation workflows. Authenticate requests using an API key.
Authentication
Example request
# Get service information curl https://api.example.test/v1/status \ -H "Authorization: Bearer YOUR_API_KEY"
API overview
Requests today
1,284
Response time
84 ms
Success rate
99.98%
API version
v1
Endpoints
Service status
GET /status
Account info
GET /account
Usage statistics
GET /usage
API version
GET /version
Response example
{
"status": "operational",
"version": "1.6.2",
"region": "eu-central",
"uptime": "99.98%"
}