cURL
curl --request GET \ --url https://api.veryfront.com/gates/{gate} \ --header 'Authorization: Bearer <token>'
{ "allowed": true, "requiredTier": "<string>", "limit": 123, "currentCount": 123 }
Checks whether the user has access to a gate.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Gate name (e.g. custom_domains, code_export)
x >= 0
Gate check result