# /auth - Subscription-level authorization check **GET /auth** Native replacement of the legacy my /auth used by the appliance enterprise feeds (distfeed, ns-signatures-proxy, blacklists) via forwardAuth. Returns 200 when the system credentials belong to a valid subscription; unknown, unregistered, suspended and deleted systems get 401 (same semantics as the legacy nethserver_basic_auth.php). ## Servers - Collect API server (port 8081): https://collect.your-domain.com/api (Collect API server (port 8081)) ## Authentication methods - Basic auth ## Parameters ## Responses ### 200 Valid subscription #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) ### 401 Unauthorized - invalid or missing token #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) ### 500 Internal server error #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) [Powered by Bump.sh](https://bump.sh)