license response models
Generated file — do not edit by hand. Regenerate from the repo root with
CGO_ENABLED=0 go run scripts/gen-response-models-md.go.
Part of the API response model reference, which explains the Response model and Origin columns. Route inventory: routes.md. Named payload structs: payload-shapes.md.
| Method | Path | Response model | Origin |
|---|---|---|---|
GET | /.well-known/shc-license-challenge | machine-only {nonce, token} activation-challenge echo for a pending nonce (EE; the license-broker’s public callback target, never an operator API), 404 otherwise | annotation |
POST | /api/method/shc.license.activate | MethodResponse[StatusInfo] | handler |
POST | /api/method/shc.license.activate_online | MethodResponse[StatusInfo] | handler |
POST | /api/method/shc.license.delink | MethodResponse[StatusInfo] | handler |
POST | /api/method/shc.license.refresh | MethodResponse[StatusInfo] | handler |
GET | /api/method/shc.license.status | MethodResponse[StatusInfo] | handler |
POST | /api/method/shc.license.trial | MethodResponse[{already_started, ends_at, started_at, status}] | handler |
shc@docs:~$