OPERATIONAL
REST API Endpoint
This is a restricted API gateway. All requests require a valid Bearer token.
Unauthorized access attempts are logged and reported.
Uptime
99.98%
last 30 days
Latency
avg. response
Requests
today
Version
3.1.4
stable
// available endpoints
GET
/v3/health
Health check
POST
/v3/auth/token
Issue token
GET
/v3/projects
List projects
POST
/v3/projects/:id/deploy
Trigger deploy
GET
/v3/metrics
System metrics
PUT
/v3/config
Update config
// grpc services
gRPC over TLS · HTTP/2
proto3
ApiService
/api
Unary · Bidirectional
SocketService
/socket
Client stream
UpdatesService
/updates
Server stream
LogsService
/logs
Server stream
// authentication
Request example
1
curl -X GET https://api.projexa.ru/v3/projects \
2
  -H "Authorization: Bearer <your_token>" \
3
  -H "Content-Type: application/json"
// 401 Unauthorized — token missing or expired