Skip to main content
GET
/
accounting
/
v2
/
dimensions
cURL
curl --request GET \
  --url https://api.maesn.dev/accounting/v2/dimensions
{
  "meta": {
    "warnings": [
      "Field not used by target system"
    ],
    "pagination": {
      "total": 125,
      "perPage": 50,
      "currentPage": 1,
      "totalPages": 3
    }
  },
  "data": [
    {
      "description": "Cost center",
      "dimension": "CostCenter"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.maesn.com/llms.txt

Use this file to discover all available pages before exploring further.

Field support per integration

If you’re not using the Interactive Authentication Flow, make sure the query parameter companyId is correctly populated. You can obtain this value by using the GET Companies endpoint available under the Authentication section.
Supported filters: none
Support pagination: false
Support rawData: false
Supported Response Fields:
description
string
dimension
string
If you’re not using the Interactive Authentication Flow, make sure the query parameter companyId is correctly populated. You can obtain this value by using the GET Companies endpoint available under the Authentication section.
Supported filters: none
Support pagination: false
Support rawData: false
Supported Response Fields:
description
string
dimension
string

Headers

X-API-KEY
string

API key

X-ACCOUNT-KEY
string

Account key

Query Parameters

companyId
string
environmentName
string
rawData
boolean

Response

200 - application/json
meta
object
data
object[]
Last modified on May 19, 2026