Moneybird logo
Moneybird API

Verifications

Verifications are used to retrieve all verified information within an administration, such as e-mail addresses, bank account numbers, Chamber of Commerce numbers, and tax numbers.


Retrieve verifications

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

Retrieve all the verifications within an administration. Returns all verified e-mail addresses and bank account numbers, as well as the verified chamber of commerce number and tax number.

Required scope(s)

settings

Retrieve verifications › path Parameters

administration_id
​administration_id · pattern: ^\d+$ · required

The unique identifier of the administration

A unique record identifier

format
​string · pattern: ^(.(json|xml))?$ · required

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

Default: .json

Retrieve verifications › Responses

200

A list of verifications

emails
​string[]
bank_account_numbers
​string[]
chamber_of_commerce_number
​string
tax_number
​string