v61

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-018131,3812.6 MB
OpenMeter Defaults

Get organization default tax codes

Pre-release Endpoint This endpoint is currently in beta and is subject to change.

get/v3/openmeter/defaults/tax-codes

Response

OrganizationDefaultTaxCodes response.

created_atstring date-time required

Timestamp of creation.

updated_atstring date-time required

Timestamp of last update.

Example response

{
  "invoicing_tax_code": {
    "id": "01G65Z755AFWAKHE12NY0CQ9FH"
  },
  "credit_grant_tax_code": {
    "id": "01G65Z755AFWAKHE12NY0CQ9FH"
  },
  "created_at": "2023-01-01T01:01:01.001Z",
  "updated_at": "2023-01-01T01:01:01.001Z"
}