Skip to main content
GET
Get Relation

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

relation_uuid
string
required

Response

Successful Response

A business third party. Carries the fields an individual has no equivalent of (vat, identifier, electronic_address, is_customer, is_supplier), and none of the contact-only ones — first_name/last_name are simply absent from the response.

id
string
required

Opaque unique identifier of the relation.

type
string
required

Relation type, always company here.

Allowed value: "company"
name
string | null

Display name. Company name for company, full name for contact.

email
string | null

Primary email address.

phone
string | null

Phone number.

language
string | null

Preferred language, one of ['fr', 'en', 'nl', 'de'].

address
AddressOut · object | null

Postal address, if known.

vat
string | null

VAT number, prefixed with the ISO country code.

identifier
string | null

Legal registration / party identifier.

electronic_address
string | null

Electronic address used to send invoices over Peppol.

is_customer
boolean | null

true if this company is a customer.

is_supplier
boolean | null

true if this company is a supplier.