v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
Billing

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

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

post/v2/billing/identities

Request body

service_account_idsstring[]

Service Account IDs

start_datestring date-time required

start of the spend period

end_datestring date-time required

end of the spend period

Response

Success

Example response

[
  {
    "identity": {
      "currency": "AED"
    }
  }
]