LicenseKey

Record worker/client telemetry for a bearer license credential

POST
/license-keys/validate

Authorization

LicenseBearer
AuthorizationBearer <token>

Organization license key presented as Bearer token

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Placeholder: referenced in paths but missing from OpenAPI SSOT. Docs-only stub.

Response Body

application/json

curl -X POST "https://example.com/license-keys/validate" \  -H "Content-Type: application/json" \  -d '{}'
Empty
{  "message": "string"}
Empty