---
title: "Return distinct billing line-item identities including tags, without time-series data"
method: POST
path: "/v2/billing/identities"
tags: ["Billing"]
---

# Return distinct billing line-item identities including tags, without time-series data

`POST /v2/billing/identities`

Return distinct line-item identities (with tags) matching the request, without timestamps or cost values.

## Request body

- BillingIdentitiesRequest
  - `service_account_ids` string[] — Service Account IDs
  - `filters` QueryOperator
    - `__type` string, required — Concrete type used for polymorphic deserialization (discriminator)
  - `start_date` string, date-time, required — start of the spend period
  - `end_date` string, date-time, required — end of the spend period

## Response `200`

Success

- BillingIdentitiesResult[]
  - `identity` BillingLineItemIdentityPlus
    - `service_account_id` string — Service Account the line item belongs to
    - `delegate_service_account_id` string — Service Account internally responsible for creating, updating, or deleting the line item
    - `line_item_type` string — Line item type
    - `availability_zone` string — Availability Zone
    - `billing_entity` string — Billing Entity
    - `currency` 'AED' | 'ALL' | 'ARS' | 'AUD' | 'BAM' | 'BDT' | 'BGN' | 'BHD' | 'BRL' | 'CAD' | 'CHF' | 'CLP' | 'CNY' | 'COP' | 'CRC' | 'CZK' | 'DKK' | 'EGP' | 'EUR' | 'GBP' | 'HKD' | 'HRK' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'ISK' | 'JPY' | 'KES' | 'KRW' | 'KWD' | 'KZT' | 'MOP' | 'MVR' | 'MXN' | 'MYR' | 'NOK' | 'NZD' | 'OMR' | 'PEN' | 'PHP' | 'PKR' | 'PLN' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'SAR' | 'SEK' | 'SGD' | 'THB' | 'TRY' | 'TWD' | 'USD' | 'VND' | 'ZAR' — currency of the cost. Example 'currency':'USD'
    - `location` string — Line item location
    - `meter_sub_category` string — Meter Sub Category
    - `pricing_category` string — Pricing Category
    - `pricing_purchase_option` string — Pricing Purchase Option
    - `product_category` string — Product category
    - `product_family` string — Product family
    - `product_service_code` string — Product service code
    - `product_sku` string — Product SKU
    - `publisher` string — Publisher
    - `resource_category` string — Resource category
    - `resource_group` string — Resource group
    - `resource_id` string — Resource ID
    - `resource_name` string — Resource name
    - `resource_operation` string — Resource operation
    - `resource_type` string — Resource type
    - `utilization_type` string — Utilization type
    - `extras` KeyValuePair[] — List of tag key/value pairs
      - `key` string — Key of the pair
      - `value` string — Value of the pair
    - `tags` KeyValuePair[] — List of tag key/value pairs
      - `key` string — Key of the pair
      - `value` string — Value of the pair
    - `hierarchy` KeyValuePair[] — List of tag key/value pairs
      - `key` string — Key of the pair
      - `value` string — Value of the pair
    - `custom` KeyValuePair[] — List of tag key/value pairs
      - `key` string — Key of the pair
      - `value` string — Value of the pair
    - `dimension_memberships` DimensionMembershipKeyValuePair[] — List of Dimension Membership Key-Value Pairs
      - `dimension_id` string, required — Dimension ID
      - `grouping_rule_id` string, required — Grouping Rule ID
    - `compartment_id` string — Compartment ID
    - `compartment_name` string — Compartment Name
    - `service_name` string — Service name
    - `tenant_id` string — Tenant ID

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/corestack/apis/corestack-external-api.md) · [All operations](https://skmtc.net/corestack/apis/corestack-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/corestack/corestack-external-api/versions/bf2cdf20826d/schema)
