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. 9920: for
Spain, 0208: 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. 0002:123456789.
Mutually exclusive with vat.
"0002:123456789"
VAT number prefixed with the ISO 3166-1 alpha-2 country code,
e.g. FR123456789 or DE123456789.
Mutually exclusive with peppol_id.
"FR123456789"
Lookup completed โ check found to determine network presence.