How-to
Using the REST API with the Firewall
Learn how to interact with the security endpoints of the Vercel REST API programmatically.Table of Contents
The security section of the Vercel REST API allows you to programmatically interact with some of the functionality of the Vercel Firewall such as creating a system bypass rule and updating your Vercel WAF rule configuration.
You can use the REST API programmatically as follows:
- Install the Vercel SDK and use the security methods.
- Call the endpoints directly and use the security endpoints.
Learn how to use some of these endpoints with specific examples for the Vercel WAF.
Last updated on February 22, 2025
Was this helpful?