Checks whether a company is registered and reachable in the Peppol
network. Exactly one of peppol_id or vat must be provided.
When vat is used, the service derives the Peppol participant
identifier using the country-specific scheme rules (e.g. 9923: for
Austria, 0184: for Belgium). If no scheme can be determined for
the given country the request will fail with 400 Bad Request.
A 200 response with found: false means the participant ID was
resolved but is not yet registered in the network — this is not
an error condition.
peppol_id or a vat number — not both.
A 200 response with found: false means the participant ID was resolved but is not yet registered in the network. This is not an error.Authenticate using a valid Invopop enrollment token in the Bearer
scheme.
Example: Authorization: Bearer <token>
Full Peppol participant identifier in scheme:value format,
e.g. 0009:12345678901234.
Mutually exclusive with vat.
"0009:12345678901234"
VAT number prefixed with the ISO 3166-1 alpha-2 country code,
e.g. FR12345678901234 or DE123456789.
Mutually exclusive with peppol_id.
"FR12345678901234"
Lookup completed — check found to determine network presence.