Moneybird logo
Moneybird API

Workflows

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

Workflows determine the settings of the invoice and estimate workflow. Use the following to get information about the workflows in an administration.


Retrieve available workflows

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

Returns a list of all the workflows of an administration.

Retrieve available workflowspath 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 available workflowsResponses

A list of workflows

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

    A unique record identifier

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

    A unique record identifier of an administration

  • typestring
  • namestring
  • defaultboolean
  • currencystring
  • languagestring
  • activeboolean
  • prices_are_incl_taxboolean
  • created_atstring · date-time
  • updated_atstring · date-time