Backend API
cURL
curl --request GET \ --url https://api.wacht.dev/api-auth/rate-limit-schemes \ --header 'Authorization: <api-key>'
{ "total": 123, "schemes": [ { "deployment_id": "<string>", "slug": "default-rate-limits", "name": "Default Rate Limits", "description": "<string>", "rules": [ { "unit": "minute", "duration": 1, "max_requests": 100, "mode": "per_key", "endpoints": [ "*" ], "priority": 0 } ], "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ] }
Get all rate limit schemes for the deployment
API key authentication (format: Bearer {api_key})
List of rate limit schemes
Show child attributes
Was this page helpful?