Moneybird API
string | integer · pattern: string · pattern: string | integer | null · pattern: stringstring | null · enum
Custom fields can be used to add extra information to sales invoices, contacts and identities.
List all custom fields
GET
https://moneybird.com/api/v2
/{administration_id}/custom_fields{format}
Custom fields are used to add extra information to entities in the administration. The source
field can be sales_invoices, contact or identity and defines for which entities the custom
field can be used. The id of a custom field is required to add a value for a custom field to an
entity.
path Parameters
administration_id^\d+$ · requiredThe unique identifier of the administration
A unique record identifier
format^(.(json|xml))?$ · requiredThe format in which the response is given, can be empty to use the default format
Default: .json
List all custom fields › Responses
200
A list of custom fields
object[]
id^\d+$A unique record identifier
namesourceEnum values:
sales_invoice
estimate
contact
identity