Loading
GGX_LABS
DEVELOPER API / AUTHORIZATION

API scopes

Reference for the permissions recognized by the current API middleware.

Supported scopes

ScopePurpose
*All supported API scopes
ip:readIP intelligence and ASN reads
credits:readCredit balance reads
dns:readDNS analysis
domain:readDomain intelligence
headers:readHTTP security/header analysis
email_security:readEmail security analysis
code:executeCode Engine
ip_grabber:executeIP Grabber operations
adsense:readAdSense analysis
status:readStatus stream

Wildcard access

The key service normalizes an empty scope request to the wildcard scope and preserves wildcard access when it is explicitly included.

Enforcement

Tool routes use a middleware chain that checks API-key authentication, plan entitlement, quota, required scope, and credit billing when the operation is chargeable.

{ "success": false, "error": { "code": "INSUFFICIENT_SCOPE", "message": "API key is missing required scope: dns:read" }, "requestId": "..." }