cURL
curl --request GET \ --url https://api.veryfront.com/gates/{gate} \ --header 'Authorization: Bearer <token>'
{ "allowed": true, "requiredTier": "<string>", "limit": 123, "currentCount": 123 }
Check if the user has access to a specific gate
Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.
Gate name (e.g. custom_domains, code_export)
Gate check result