Subscription Server
A separate HTTP/HTTPS server that serves proxy subscription links (standard, JSON, and Clash) to clients. The server listens on its own port (default 10882) and is configured in Settings → Subscription. Paths are configurable; defaults are shown below. All subscription endpoints set response headers for client apps to read traffic/expiry info.
API token from Settings → Security → API Token. Send as Authorization: Bearer <token>.
In: header
Path Parameters
Client subscription ID.
Response Body
application/json
curl -X GET "https://example.com/stringstring"{ "success": true, "msg": "string", "obj": null}API token from Settings → Security → API Token. Send as Authorization: Bearer <token>.
In: header
Path Parameters
Client subscription ID.
Response Body
application/json
curl -X GET "https://example.com/stringstring"{ "success": true, "msg": "string", "obj": null}API token from Settings → Security → API Token. Send as Authorization: Bearer <token>.
In: header
Path Parameters
Client subscription ID.
Response Body
application/json
curl -X GET "https://example.com/stringstring"{ "success": true, "msg": "string", "obj": null}
3x-ui