POST verify-license
POST /public/fivem/v1/verify-license
Authorization: Bearer <TenantApiToken>
X-Tenant-Id: <numeric tenant id>
{ "license_key": "…", "script_name": "…", "server_ip": "…" }
GET bootstrap-config
Called at startup to populate verification endpoints and alert webhook.
Common responses
- 200 valid — license is active.
- 403/invalid — key is wrong, expired, or IP mismatch.
- 429 — REST limit exceeded — see Rate limits.