Skip to content
Book a demoContact usGet started

Get Rate Catalog

get/rate-catalogs/{rate_catalog_id}

Get Rate Catalog

Path ParametersExpand Collapse
rate_catalog_id: string
ReturnsExpand Collapse
id: string
description: string
name: string
rate_count: number
Get Rate Catalog
curl https://api.uselark.ai/rate-catalogs/$RATE_CATALOG_ID \
    -H "X-API-Key: $LARK_API_KEY"
{
  "id": "rate_catalog_AJWMxR81jxoRlli6p13uf3JB",
  "description": "Rates for EC2 usage",
  "name": "EC2 Rates",
  "rate_count": 5
}
Returns Examples
{
  "id": "rate_catalog_AJWMxR81jxoRlli6p13uf3JB",
  "description": "Rates for EC2 usage",
  "name": "EC2 Rates",
  "rate_count": 5
}