Access Control
Access on your terms. Declarative access controls that enforce where, when, and whether data can flow. Define rules once; enforcement is automatic.Geo restrictions
Control where your data can be accessed with allow/deny lists by region.Allow list
Only allow requests from specified regions:Deny list
Block requests from specified regions:403 Forbidden response.
Expiration
Set hard expiration dates on any Virtual API. Automatic cutoff, no manual intervention required.- All requests receive
410 Gone - No data is served
- Virtual API can be renewed with a new expiration date
Relative expiration
Set expiration relative to creation:Instant shutdown
Revoke access immediately with a single action. No waiting for tokens to expire.403 Forbidden.

