Merchant docs /docs
Site Sign in Apply as merchant

API token & store ID

TenantId and Bearer token for FiveM scripts — where to find them and how to use them safely.

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

Store ID (TenantId)

In the "FiveM server" card — numeric value passed as X-Tenant-Id and SecureConfig.TenantId. Copy it only from dashboard.

API token

In "Store API token" — Bearer token for POST /public/fivem/v1/verify-license and SecureConfig.TenantApiToken.

Safe usage

  • Place it in customer server server.lua — never in public repositories.
  • If platform regenerates the token, update script then run "Sync from server" in dashboard.

REST details: verify-license.