Skip to content
Last updated

title: List Pricing Tiers keywords:

  • list pricing tiers
  • get
  • list
  • pricing
  • tiers

List all pricing tiers.

GEThttps://api.aitronos.com/v1/pricing-tiers

Query Parameters

active_only boolean optional ยท Defaults to true

The active only parameter.


Returns

A JSON object with the operation result.

cURL
curl -X GET "https://api.aitronos.com/v1/pricing-tiers" \
  -H "X-API-Key: $FREDDY_API_KEY"

Response:

200 OK
{
  "success": true
}