API / Accounting
Use case / Accounting
Retrieve Account
Retrieves a single accounting code (GL / nominal code) by its ID.
get/v1/accounting/accounts/{id}
Path parameters
idstring uuid required
Response
Successful Response
Example response
{
"billing_entity": {
"legal_name": "Qargo BV",
"vat_number": "NL123456789B01",
"code": "QARGO",
"company_registration_number": "12345678"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.