Merchant docs /docs
Site Sign in Apply as merchant

verify-license & bootstrap-config API

REST requests, headers, responses, and server-side license checks.

In the merchant dashboard: After sign-in → merchant dashboard — Sign in · Sign in to dashboard

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.