Restrict this key to specific IPs or CIDR ranges. Available on Pro, Enterprise and Unlimited; other plans get 403. Pass an empty list to remove restrictions.
X-API-Key
0 credits
curl -X POST 'https://api.puntersedge.online/v1/keys/ip-whitelist' \
-H 'X-API-Key: YOUR_KEY' \
-H 'Content-Type: application/json' \
-d '["203.0.113.7/32", "198.51.100.0/24"]'
| Name | In | Type | Required | Description |
|---|---|---|---|---|
cidrs |
body | array | yes | IPv4/IPv6 addresses or CIDR ranges. A bare address is stored as a /32 (or /128). Send an empty list to remove all restrictions. |
Status codes: 200, 401, 402, 403, 422, 429, 500. Response bodies are JSON; the full schema is in /openapi.json.
GET /v1/billing/portal — Self-service billing portal linkGET /v1/health — Connector health statusGET /v1/keys/info — API key metadataPOST /v1/keys/rotate — Rotate your API keyGET /v1/uptime — Public uptime statsGET /v1/usage — Check API usageGET /v1/usage/analytics — Usage breakdown by endpointThe free tier needs no credit card, and the sandbox endpoints need no key at all.
Get a free API key Quickstart