API Overview
REST API for managing tunnels, domains, and keys.
Base URL
code
https://api.serverme.site/api/v1Authentication
All protected endpoints require one of:
code
Authorization: Bearer <jwt_token>or
code
X-API-Key: sm_live_...Response format
All responses are JSON. Errors return:
json
{ "error": "description of what went wrong" }Rate limits
| Plan | Limit |
|---|---|
| Free | 100 req/s |
| Pro | 500 req/s |
| Team | 2000 req/s |
When rate limited, you'll receive a 429 status with a Retry-After header.