Moneybird logo
Moneybird API

Administrations

Endpoint:https://moneybird.com/api/v2

Administrations are the top level entities in Moneybird. Use the following endpoints to get information about the administrations you have access to.


List all administrations

GET
https://moneybird.com/api/v2
/administrations{format}

Lists all administrations the current user has access to.

List all administrationspath Parameters

  • formatstring · pattern: ^(.(json|xml))?$ · required

    The format in which the response is given, can be empty to use the default format

    Default: .json

List all administrationsResponses

A list of administrations

  • idstring | integer · pattern: ^\d+$

    A unique record identifier of an administration

  • namestring
  • languagestring · enum

    The ISO 639-1 language code used in the administration

    Enum values:
    nl
    nl-be
    en
  • currencystring

    The ISO 4217 currency code

  • countrystring

    The ISO 3166-1 alpha-2 code the administration country

  • time_zonestring

    The time zone of the administration

  • accessstring · enum

    The type of acess the user has to this administration

    Enum values:
    accountant_company
    user
  • suspendedboolean
  • period_locked_untilstring | null · date