Skip to main content
GET
/
gates
/
{gate}
Check Gate Access
curl --request GET \
  --url https://api.veryfront.com/gates/{gate} \
  --header 'Authorization: Bearer <token>'
{
  "allowed": true,
  "requiredTier": "<string>",
  "limit": 123,
  "currentCount": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

gate
string
required

Gate name (e.g. custom_domains, code_export)

Query Parameters

currentCount
integer | null
Required range: x >= 0
current_count
integer | null
Required range: x >= 0
projectId
string<uuid>
project_id
string<uuid>

Response

Gate check result

allowed
boolean
required
requiredTier
string
limit
number
currentCount
number