Moneybird logo
Moneybird API

Financial accounts

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

Financial accounts represent your bank accounts, credit cards, private withdrawals/deposits and other payment services. They are used to track payments and financial mutations.


Retrieve all available financial accounts for the administration

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

Retrieve all available financial accounts for the administration.

Retrieve all available financial accounts for the administrationpath Parameters

  • administration_idstring | integer · pattern: ^\d+$ · required

    The unique identifier of the administration

    A unique record identifier of an administration

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

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

    Default: .json

Retrieve all available financial accounts for the administrationResponses

A list of financial accounts

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

    A unique record identifier

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

    A unique record identifier of an administration

  • typestring
  • namestring
  • identifierstring
  • currencystring

    ISO 4217 currency code

  • providerstring | null
  • activeboolean
    Default: true
  • created_atstring · date-time
  • updated_atstring · date-time