RLCL API
Overview
The RLCL (Rate Limit Control List) API provides endpoints for managing Rate Limit Control Lists in Apinizer. RLCLs allow you to define rate limiting rules for credentials and API endpoints, controlling how many requests can be made within a specific time period.
Endpoints
CRUD Operations
- Create RLCL - Create a new RLCL
- Update RLCL - Update an existing RLCL
- Delete RLCL - Delete an RLCL
Credential Management
- Add Credentials - Add credentials to an RLCL
- Update Credentials - Replace all credentials in an RLCL
- Delete Credentials - Remove credentials from an RLCL
Endpoint Management
- Add Endpoints - Add API endpoints to an RLCL
- Update Endpoints - Replace all endpoints in an RLCL
- Delete Endpoints - Remove endpoints from an RLCL
Condition Management
- Add Condition - Add condition to an RLCL
- Update Condition - Update condition in an RLCL
- Delete Condition - Remove condition from an RLCL
Authentication
All endpoints require authentication using a Personal API Access Token.
Permissions
ROLE_MANAGE_PROXIES- Required for all RLCL operations
Related Documentation
- Authentication Guide - How to obtain and use API tokens
- Error Handling - Error response formats