title: List Pricing Tiers keywords:
- list pricing tiers
- get
- list
- pricing
- tiers
List all pricing tiers.
GEThttps://api.aitronos.com/v1/pricing-tiers
active_only boolean optional ยท Defaults to true
The active only parameter.
A JSON object with the operation result.
cURL
- Bash
- Python
- JavaScript
curl -X GET "https://api.aitronos.com/v1/pricing-tiers" \
-H "X-API-Key: $FREDDY_API_KEY"Response:
200 OK
{
"success": true
}