v1

latestOpenAPI 3.0.0UNLICENSED2026-07-26178479713.7 KB
company

aid_company_departments_get

List all departments register by company customers

scopes:

  • admin:customers
  • read:customers
  • public:customers
get/accounts/{aid}/customers/company/departments

Path parameters

aidstring ^[PT]{1}\d{8}$ required

An id that uniquely identifies the account.

Query parameters

organization_numberstring required

Response

company departments

organization_numberstring
departmentsstring[]

Example response

[
  {
    "organization_number": "123456789MVA",
    "departments": [
      "Production",
      "Research and Development",
      "Accounting and Finance"
    ]
  }
]