licensing_validate
Validate a self-hosted license key to get current plan, features, and subscription details. No authentication needed—the key itself is the credential.
Instructions
Validate a self-hosted license key and retrieve the current plan, features, and subscription details. This endpoint does NOT require authentication — the license key itself is the credential. Returns plan features, organization name, billing period end, and trial info if applicable. Used by self-hosted instances every 24 hours.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| licenseKey | Yes | 64-character hex license key issued for the self-hosted instance | |
| instanceUrl | No | Public URL of the self-hosted instance (stored for identification in the dashboard) | |
| instanceName | No | Human-readable name for this self-hosted instance (stored for identification) |