Company Information
Retrieve company information for a given consent.
Retrieves company information for the specified consent.
System support
Fortnox
β Supported
Bjorn Lunden
β Supported
Spiris
β Supported
Tripletex
β Supported
Visma e-conomic
π Not supported / contact us
Billy
β Supported
Visma Dinero
β Supported
![]()
Procountor
π Not supported / contact us
Visma Netvisor
π Not supported / contact us
Microsoft Business Central
β Supported
Exact Online
β Supported
![]()
QuickBooks
β Supported
Xero
β Supported
Bokio
π Not supported / contact us
Kleer
π Not supported / contact us
Use the API key to access all API endpoints.
Identifier of the consent representing the connection to the accounting system.
Unique identifier used to correlate and trace this request.
Returns the requested company information.
Represents company information details in the accounting system.
Unique identifier for the company.
Reference code for the company.
Phone number of the company.
Email address of the company.
Fax number of the company.
Website URL of the company.
Missing or invalid authentication credentials.
Not authorized to access this resource.
GET /accounting/api/v1/consents/{consentId}/companyinformation HTTP/1.1
Host: apione.zwapgrid.com
x-api-key: YOUR_API_KEY
Accept: */*
{
"id": "550e8400-e29b-41d4-a716-446655440005",
"reference": "COMP-001",
"partyIdentification": [
{
"id": "SE123456789001",
"schemeId": "SE:ORGNR"
}
],
"partyName": {
"name": "Northwind Trading Ltd",
"languageId": "ENG"
},
"postalAddress": {
"buildingNumber": null,
"streetName": "Main Street 1",
"additionalStreetName": null,
"cityName": "Stockholm",
"postalZone": "111 22",
"country": {
"identificationCode": "SE",
"name": "Sweden"
}
},
"phone": "+46-8-123456",
"email": "info@northwind.example.com",
"fax": null,
"website": "https://northwind.example.com",
"partyLegalEntity": null,
"contacts": [],
"paymentMeans": [
{
"paymentChannelCode": "IBAN",
"payeeFinancialAccount": "SE3550000000054910000003",
"financialAccount": {
"id": "SE3550000000054910000003",
"financialInstitution": "Swedbank"
}
}
]
}Last updated
Was this helpful?
