This endpoint retrieves rate limiter details for a specific project within an account.
No request body parameters are required for this endpoint.
base_url (string): The base URL of the API.
account_id (string): The unique identifier of the account.
project_id (string): The unique identifier of the project.
rate_limiter_id (string): The unique identifier of the rate limiter.
The response for this request is a JSON object with the following schema:
id (string): The unique identifier of the rate limiter.
limit (number): The limit of the rate limiter.
periodInSec (number): The period in seconds for the rate limiter.
name (string): The name of the rate limiter.
action (string): The action of the rate limiter.
isActive (boolean): Indicates whether the rate limiter is active.
condition (string): The condition of the rate limiter.